Data grid grouping breaks when implementing onRowClick functionality

1 Answer 66 Views
Editor Grid
Matt
Top achievements
Rank 1
Matt asked on 03 Aug 2023, 09:03 PM
I have a data grid that supports grouping, sorting and filtering. I am trying to implement some custom editing functionality which boils down to row edit that is triggered by selecting a row. However the second I add an onRowClick property to my grid, the grouping breaks, this happens even with an empty rowClick function. Is this to be expected or am I doing something wrong?

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 06 Aug 2023, 02:38 AM

Hello Matt,

I have tried one of our grouping examples with onRowClick editing and it works as expected. Here is the example that I have created:

You can further extend the logic to store the expanded groups ids in the state and keep the expanded state after changing the data state.

If further questions arise, feel free to contact us again.

 

Regards,
Konstantin Dikov
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources!

Tags
Editor Grid
Asked by
Matt
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or