Hey Kendo - Team,
is there an example somewhere of how I can customise the Clear Filter icon? Currently it escapes the user as the difference is not clear enough and I would like to highlight it more clearly in the form of the corporate identity colour so that a set filter is more recognisable.
I would like to assign a style to our GridColumn abstraction that is applied to the class of the active clear icon.
k-button k-button-md k-button-solid k-button-solid-base k-rounded-md k-icon-button k-clear-button-visible
Thank you in advance.
hi,
I was trying to replicate "data binding" example mentioned in heatmap page using makeobject function.
However i m getting error as. " Cannot read properties of null reading toHSL' typescript cannot readt properties of nulltoHsl "
. The only change i made is instead of importing makedataobject as component i declared in the same component but that shouldn't cause this issue ideally.
The first example mentioned works fine but data binding doesn't.
Version of kendo react charts 5.12.1
Can anyone please help
Hey,
currently when dialog is opened and browser focus is on URL bar and then user will press TAB to focus page, first focused element is first element on the page, not in dialog - you can check this behavior here (example from docs - https://www.telerik.com/kendo-react-ui/components/dialogs/examples/dialog/overview/func/?theme=default-ocean-blue&themeVersion=6.2.0)
Tested using Google Chrome 112.0.5615.49
1. Click on URL bar
2. Press tab until focus is on page
3. Button is getting focus even though the dialog is open
Can you confrim that this is a bug and it is not intended behavior?
Hi,
I have a grid with single column "color":
[ {color:1}, {color:2}, {color:3} ]
[ {id: 1, name: "Red"}, {id: 2, name: "Blue"}, {id: 3, name: "Yellow"} ]
So the ComboBox displays the name of the color, and the value is the id of the color. Everything works fine so far. Now I want to use GridColumnMenuCheckboxFilter as the column filter. But the filter shows [1, 2, 3] as the options because that is all the values of the column. How to show the color names instead?
Thanks!
Jie
I am unable to have the onItemClick event fire when selecting an item from the DropDownButton.
In my app the onItemClick seems to only fire if I double click on the item super fast. The item is contained within a bootstrap modal.
Your own demo appears to exhibit this same behavior as the Event Log never shows "item click" (https://www.telerik.com/kendo-react-ui/components/buttons/dropdownbutton/events/).
Hello
How can i add custom border style to only a certain column side on a multi column header treelist. I also wonder if is there a way to freeze several columns at left side of the list. Here i include a screenshot as an example to describe what i want to achive. I want give custom style to the part drawn in red. And also want to freeze columns on the left side of the red drawn column.
Any help will be highly appreciated.
Hi,
My node version is 18.
I used the example given in the link(https://stackblitz.com/edit/react-grid-dropdown-editor-separate?file=index.html) to check the Kendo grid edit with dropdown list.
But i want it in Incell edit .
If you have any example please provide .
Thanks,
Dhamayandhi R
Does the React Timepicker componenet have Autocomplete capabilities?
If so, are there any examples of how to use it?
Thanks in advance for the help.
i have implemented a site with sidebar on the left with all different features of the site corresponding to respective components.
I wish to implement a autosearch kind of feature on the top of the page that should get prefilled with these components like a drop down .
On selection of that feature from autosearch, page should redirect to that components path.
How can we implement this using kendk react ?