Hi All,
I used grid with filter, and found that the filter pop up of grid move along with the horizontal scroll bar, This seems a bit strange, can't the filter panel automatically collapse when scrolling?
Hello,
Using the ThemeBuilder, we would like to change the default theme for all the buttons in the application.
There is a way to setup the buttons for the "Secondary" and "Primary" theme.
And it seems that some components use the "Secondary" theme, instead of the "Primary" theme. Like here, with the ListBox:
How can we setup our buttons in the ThemeBuilder, so that the default theme used by the components is the "Primary" theme?
I would like to dynamically load the sub-items of a TreeList whenever the triangle infront of an element is clicked to open the sub-item and then fetch the sub-items from an API. I guess I need to use the onExpandChange event for this, correct? Do you have an example on how I would have to extend the original tree when the sub-items have loaded?
Any hints would be greatly appreciated.
Thanks,
Bernd
hi, I'm using DatePicker & TimePicker components. Seems like they use browser's time zone.
I need to customize time zone to one which is used on my backend.
Is there any way to do it?
Hi All,
I used custom-rendering MultiSelectTree, First step selected all
then unselect about.html, Its parent is in a half-selected state, but the top state is still fully selected, this is not what expected.
React Dropdowns Library & MultiSelectTree Component - Custom Rendering - KendoReact Docs & Demos (telerik.com)
Regards,
Sunny
I use React Kendo Grid. There are some operations on the page which changes data in the grid.
I want to reload grid without grid buttons. Actually I'm looking for grid.reload() method but couldn't find.
Can you help me please?