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

Hi Kendo React team,
I’m using the Kendo React DatePicker with dateInput and clearButton={true}.
Here’s the behavior I’m seeing:
Initial state: The input shows the floating label (Date Start) and the placeholder (dd.MM.yyyy.).
When a value is selected: The date is shown correctly in the input.
After pressing the clear button: The input shows only the placeholder (dd.MM.yyyy.), but the floating label does not reset to the initial state.
What I would like instead is that when the clear button is clicked, datePicker should return to the exact same initial state.
I’ve attached a screenshot showing the three states (initial, selected, and after clear) for clarity.
Version is: @progress/kendo-react-dateinputs: "9.3.1"
Thanks!