Hello,
I found bug in Filtering with Remote Data and Virtualization (https://www.telerik.com/kendo-react-ui/components/dropdowns/combobox/filtering/#toc-filtering-with-remote-data-and-virtualization/)
Mouse wheel:
When user is trying to scroll to the bottom of the list he will scroll the same data before last items for 3-4 times until he will be able to see the last element on the list (look for "Paul Henriot" on the list, this item is visible for 3-4 scrolls until last item is visible)
Keyboard:
When user is trying to navigate to the last element with keyboard he will reach to the 3rd last element and list will not scroll to the next 2 elements, he needs to go back to the last visible element and navigate down, and repeat this process for 3-4 times until list is scrolled and last element is visible
This bug happens in both ComboBox and DropDownList
I attached 2 videos to showcase this bugs
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