I'm migrating KendoUI for jQuery to React. In jQuery version of Kendo Grid was possible to set "values" property to columns with "id" values.
In React version of the kendo grid, the "values" property for the GridColumn component is not available. How can I make the same like in jQuery version?
Thanks a lot for an each help.
Hello! Could you please explain how to localize text in columnMenu?
I have forked an example from the documentation: TreeList Globalization, and added columnMenu to it.
My sandbox example here
But despite the expectation that it will also be translated into Spanish, as well as filter, I see a standard text that cannot be replaced / translated by LocalizationProvider:
Is this a known problem? Will this issue be fixed? Or maybe I somehow set up sandbox example incorrectly?
I will be grateful for explanations.
Thanks in advance,
Ekaterina.
Hi All,
I want to achieve a feature using DataGrid. Lets say we are binding Orders in the grid with Active and Order ID column
1. If Order is "Active" then I would like to show Checkbox to select that row. The row should be highlighted upon selection just like the default row selection behavior in Kendo React Grid
2. If Order is "inActive" then I would like to hide the checkbox. I do not want to make it visible disable checkbox.
Please suggest if anyone has done this kind of implementation earlier. Please suggest any OOTB configuration or customization if we have any for Checkbox Column.
Hi all
I"m a user of Webstorm from JetBrains as part of my IDE suite. I've no real plans to go back to Visual Studio Code, however, I would like to be able to use the AI features, of which I can only find the implementation in VS.
What are the plans to support Webstorm?
Hi
How to hide grid's "no record" completely? I just want to leave the grid blank, without the "No Records Available" block.
Thanks,
Jie