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.
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!
Hi,
Please see the example - https://codesandbox.io/p/sandbox/silly-wind-tpfg8n
When column "Unit Price" is locked, while moving the horizontal scroll bar, the group header is sticky (expected behavior), but the group footer is not sticky (wrong behavior).
Thanks,
Jie