This is a migrated thread and some comments may be shown as answers.

Where is Row Order Changed Event?

1 Answer 80 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Siroos
Top achievements
Rank 1
Siroos asked on 09 Apr 2016, 12:31 PM
I need to run a code when a row order is changed in GridView. How can I do this?

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 11 Apr 2016, 09:19 AM
Hello ,

Thank you for writing.

You can subscribe to the RadGridView.RowsChanged event and check whether the GridViewCollectionChangedEventArgs.Action argument is NotifyCollectionChangedAction.Move

I hope this information helps. Should you have further questions I would be glad to help.

 Regards,
Dess
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
GridView
Asked by
Siroos
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or