It would be ideal if toODataString could take an additional parameter that:
Several months ago, I used this example to hide the default row detail expander, and implement my own custom expander:
https://www.telerik.com/kendo-react-ui/components/knowledge-base/custom-expand-collapse-column
As you can see, it seems that some upgrade along the way has broken the example, and it now shows two expander columns. This is also happening when i attempt to upgrade the version in my project. Can this be fixed, or is there a new workaround?
Add the option to remove or modify the Check All option in the Grid CheckBoxFilterMenu.
Allow customization of the top-right icon in the Adaptive View header (DatePicker and DateTimePicker)
Currently, when we pass an empty string ("") or leave the title undefined for a GridColumn, the Grid automatically falls back to rendering the column's field name as the header title (inside the .k-column-title span).
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).
When a Grid column is auto-sized via double-click on the resizer, the GridColumnResizeEvent does not expose the calculated width of the column. Instead, newWidth is 0 (deprecated) and the columns entry for the target column only reflects the width before resizing.
It would be beneficial if the auto-sized column width were exposed in the GridColumnResizeEvent (e.g., by updating newWidth or adding a new property)
Currently, using npm install --save @progress/kendo-theme-material will get the standard Material Design theme for use across the React Components, but why is Material Black not available this way? (npm install --save @progress/kendo-theme-materialBlack)
If you create a react grid without any GridColumn components and then add those components later, the added columns do not show and the grid is empty. It appears, after a quick look that the columns have a width of 0 pixels. They exist in the html, just not displayed.
See https://codesandbox.io/s/mmr894nllp as an example of the problem. This example starts with a populated grid. You can add columns and data using the buttons above the grid. This works fine. If you then "Reset" the grid with the button, which removes all data, any attempt to add columns and data will show a blank grid.
Thanks,
Joe