I have a kendo grid to which grouping is applied. Group expand/collapse is working fine when grid has non editable columns. But when I add one editable column to columns collection, grid's expand collapse stopped working. Please provide any workaround to this issue.
Usually, this behavior is caused by some hidden javascript error. Can you open the page on Chrome browser and enable the
F12 inspector console to see if there are any script errors interfering?
If
there are zero errors, can you modify the attached Grid Core MVC sample to
demonstrate the issue and send it back to me for deeper technical
investigation? This will allow me to reproduce the issue locally and provide more accurate and precise suggestions.