Is there a way to distinguish the actions in the grid's databinding event or datasource's change event?
I want to listen for the group changing event to limit the maximum number grouping the user can do to 1.
Thanks
1 Answer, 1 is accepted
0
Dimiter Madjarov
Telerik team
answered on 19 Apr 2013, 11:37 AM
Hi Sudhir,
Generally speaking there is no such functionality. As a workaround I would suggest you to bind to the requestStart event of the dataSource and perform a custom check for the current group descriptors of the Grid. The following JS Bin example demonstrates this.
All the best,
Dimiter Madjarov
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!