[Solved] Know if the Row Order has Changed

1 Answer 12 Views
GridView
Simon
Top achievements
Rank 1
Iron
Simon asked on 16 Apr 2026, 11:36 AM

I'm using the...

AllowRowReorder = True

...setting in a grid and simply need to know if the user drags and drops a row within the same grid. What event do I need to catch to deal with this please....?

1 Answer, 1 is accepted

Sort by
0
Accepted
Dinko | Tech Support Engineer
Telerik team
answered on 16 Apr 2026, 02:08 PM

Hello Simon,

Thank you for reaching out to us.

If it is not clear whether the RadGridView is in bound or unbound mode. You can elaborate more on the setup here. If the control is in unbound mode, you can use the RowsChanged event, which will be called when a row changes its position. This event is mentioned in the Reordering Rows help article.

If the control is in bound mode, you can use the events of RadGridViewDragDropService. More information about the different scenarios is available in the RadGridViewDragDropService help article.

Let me know if further assistant is required.

Regards,
Dinko | Tech Support Engineer
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
GridView
Asked by
Simon
Top achievements
Rank 1
Iron
Answers by
Dinko | Tech Support Engineer
Telerik team
Share this question
or