kendo-react grid horizontal scrolling after locked row.
Hello, I am trying to find the concept in which i can add the horizontal scrolling after the Locked columns. as i can see https://stackblitz.com/run/?file=src%2Fapp%2Fapp.component.ts in this example, but it is in angular and i want it in react.
- Chrome (desktop) version XX System:
- TypeScript version:
- Node version:
- Platform: Windows
- #question
can anyone reply to this please.
The link with the example does not work. Can you check it?
https://www.telerik.com/kendo-angular-ui/components/grid/columns/locked/ how in this example the grid scroll is coming for the unlocked columns. i want this in react grid but i am not able to do this.
https://demos.telerik.com/kendo-ui/grid/frozen-columns see this example
This is what we have in React - https://stackblitz.com/edit/react-ufhuta?file=app%2Fmain.tsx. More examples here - https://www.telerik.com/kendo-react-ui/components/grid/columns/locked/.
In React, locked columns are rendered with position: sticky;, in Angular/jQuery in a separate table.
Yeah can we not achieve this in react as well.
On Wed, 10 Aug 2022 at 15:12, Nikolay Stoychev @.***> wrote:
This is what we have in React - https://stackblitz.com/edit/react-ufhuta?file=app%2Fmain.tsx. More examples here - https://www.telerik.com/kendo-react-ui/components/grid/columns/locked/.
In React, locked columns are rendered with position: sticky;, in Angular/jQuery in a separate table.
— Reply to this email directly, view it on GitHub https://github.com/telerik/kendo-react/issues/1388#issuecomment-1210425494, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHJ6CZSE3QSA2EAJ7GUDF7LVYN2QDANCNFSM55XDKLPA . You are receiving this because you authored the thread.Message ID: @.***>
Since we are rendering only one table for the data, the scrollbar can only be rendered through the entire table element (under all columns)