In kendo react grid column level filter, I don't want to have all option instead i just want contains option for string column and equal option for numeric columns.
That should be default i don't that to be selected from drop down.
Please let me know how to achieve that.
No text warping inside kendo react grid column for extra text i want to display three dot (...)
We have requirement of showing three dots (...) if size of the text increases the given width. Is there way to do that.
Please provide an example.
Hi, I have a grid and I need to display pagination conditionally. For some reason, if I use pageSize: take when I do not want to paginate, sort doesnt work. I get a no records found message. But if I send in a prop to paginate, sort works. Please advice.
This is my link:
Please check Line no.357 in Reusegrid.jsx file. With pageSize: take, sorting doest return data but when I remove the pageSize, sorting works but in the pageInfo, I get 1-10 of 77 items whereas I need 1-77 of 77 items. Please advice.
Hi,
We use Kendo ComboBox. But it's scrollbar doesn't fit our design.
Is there any API to set custom styles to the scrollbar? It should be cross-browser.
Can you advise a solution?
Hi, I am using 'process' and onDataStateChange to have the grid handle filter, sort and pagination. I have implemented a SelectAll functionality on top of this code. When I filter in data and then click on header Select, it selects 3 items but shows that all data is selected. Any idea of how to fix this?
https://stackblitz.com/edit/react-9odprj?file=app/Reusegrid.jsx
Also, how do I style checkboxes in the grid? I need to add classes to the input as well as the label tag in the checkbox. Please advice.
Hi,
I'm currently evaluating the use of Kendo React Grid for a project where one of the requirements is the use of a grid. I've been looking at the Kendo Grid documentation for editing and I'm noticing a difference in behaviour from the example on the Kendo site vs on Stackblitz and I'm trying to understand which is the correct behaviour.
Comparing the example on this page https://www.telerik.com/kendo-react-ui/components/grid/editing/
And the example on this page https://stackblitz.com/run/?file=app%2Fmain.jsx which is accessed from the "Open in Stackblitz" link on the above page
When clicking to edit an item in either it opens up the row for editing as expected but as soon as you start to edit data in the middle of a value in the Name column, the cursor behaves differently across the 2 examples. On the Telerik page the cursor jumps to the end of the word after every change of the text whereas on the Stackblitz page, the cursor stays in place as the user enters multiple characters.
I've compared the 2 files and they look identical, I've also tried using this within an application myself and I get the same behaviour as on the Telerik site. How do I get the same behaviour as the Stackblitz example?
With the jQuery version, it was possible to automatically hide notifications after a timeout with the config property autoHideAfter. There was also autoHideAfter, which I need too.
How can I do this in Kendo UI React?
Can i use KendoReact offline, do i have some trouble with the licensing ?
If i use the component with a local server, will my react application stop working because it will detect an invalid license?
Thanks
I want to use Kendo UI React with my React Native application but I got some problems with the getting started.
I followed every step inside https://www.telerik.com/kendo-react-ui/getting-started/ but I encounter this error : "Invariant Violation: View config not found for name button"
So is there a way to use it in my react native mobile application ?