Hi,
I have a requirement to pass some custom data to custom pager which I will be using within my custom pager component. I did not find a way to do so. For e.g. in my case I want to pass the number of filtered rows that I get from backend and show that in the custom pager component. Could you please let me know?
Thanks for your help!
Janaki
Hi,
I am trying to implement a custom pager which I am able to implement on the lines of your given in your documentation https://www.telerik.com/kendo-react-ui/components/grid/paging/. Please refer to Custom Pager section.
However when I make the grid sortable, the sort icons (up and down arrows) do not appear in the column header. Please look at the link https://stackblitz.com/edit/react-7fthgv-hcysax?file=app%2Fmain.tsx which demonstrates the problem. I have set the property sortable to true here both for the Grid and the GridColumn.
I am not sure why the sort icons are not appearing.
I am using kendo data grid version 5.9.0. If you need any other info please let me know. Any help would be appreciated.
Thanks
Janaki
Greetings,
When I use the bottom scrollbar in the Grid to scroll to the left/right, the header row and the body rows do not synchronize.
It only happens when scrollable is set to 'virtual' and I need it for scrolling vertically.
Is there any way to fix it? Thanks!
Regards,
Jason Li
Hello
I have an React Editor which gets and updates the content in a parent Form. It works all as expected except that after every render (either after onChange or onBlur) it focuses the cursor at the end of the content. This is fine if I'm currently writing at the end of the Editor, since the cursor stays there, but if I try to change some paragraph somewhere in the middle of the text, then the cursor jumps to the end of the text after updating the state and rerendering. (the state must be updated after every change in the editor, there is no other way to handle my requirement)
Is there a way to save the cursor position before updating the state or maybe using the on the OnChange or OnMount event to reset the cursor position at the same position where it was before? A tipp in the right direction or an example would be great.
Thanks & BR
Besir
This issue can NOT be reproduced on CodeSandBox or StackBlitz
Please clone this repo https://github.com/ianzone/kendo-task-board-issue
and run "pnpm install" then "pnpm run dev"
Hi, i'm using the KendoReact upload component and i need to manually start the upload after something happens.
i looked through the documentation but can't find a way to do that.
Thanks
Greetings,
Is there a way to save the grid after reordering the rows?
I know there is an option for reordering the columns by using the onColumnReorder event.
Please help, thanks!
Regards,
Jason