Hi Kendo Team,
We recently upgraded our project dependencies — Kendo UI Grid to v11.1 and React to v19.1.
After the update, we faced several issues with cell
and headerCell
, which we managed to resolve using your documentation. However, we are still encountering issues with the following:
rowRender
– Our custom row rendering is not working as expected after the upgrade.selectedField
– Selection is not applying correctly on rows using this field.expandField="expanded"
– The expand/collapse functionality is not behaving as it did previously or not rendering the detail rows.
Can you please confirm:
Are these features fully supported in Grid v11.1 with React 19.1?
Are there any breaking changes or updated implementation patterns we should follow?
Could you share examples or updated documentation for these features?
Thank you,