Up to now I used ColumnIndexChanged in oder version of telerik or CollectionChanged event in newer telerik verion. But this event is no longer existing ?!?
1 Answer, 1 is accepted
0
Ralitsa
Telerik team
answered on 08 May 2015, 08:09 AM
Hi Stephan,
Thank you for contacting us.
The ColumnIndexChanged event is removed since Q2 2014. You need to subscribe to the CollectionChanging event which is fired before an item is added, removed, changed, moved, or the entire list is refreshed. Please take a look at the following code example: