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 ?
Hello, I would like to make a filter like this one: https://demos.telerik.com/kendo-ui/treeview/filter-treeview-in-dialog
but only using React
Is that possible?
Thanks
Hi,
In the example below:
https://stackblitz.com/edit/kendo-react-multiselect-checkboxes?file=app/main.jsx
I have two requirements:
1) Can we add an 'All' item to select all items.
2) I want to keep all the entries/options selected by default when it loads.
Regards,
Vinod
The Kendo React components seem to have adopted a floating label as their standard. While I think that's a good idea, I do have a question about compatibility between these components and Material-UI.
One of the capabilities that Material-UI text fields provides is the ability to have the label continue to float even if the content of the text field is null. It accomplishes this by passing setting the shrink property to true in the InputLabelProps. For example.
<TextField
...
InputLabelProp={{
shrink: true,
}}
/>
Is there any way to achieve this behavior in the Kendo React components? Or, if not, are they any plans to add this functionality to a future version?
Thanks
Hi,
with angular datepicker I can write 5112019 a I will get 5/11/2019 but with react datepicker I have to write it as 5 (space or right arrow) 11 (space or right arrow) 2019. Is it possible to control react datepicker only with numeric part of a keyboard? Or any advice how to achieve similar behavior as in angular datepicker?