Hopefully this is a dumb question with a simple solution.
I have an unbound gridview with AllowRowReorder enabled. When the user drags and drops a row to reorder the contents of the gridview I want to do something. Is there an event for when this occurs?
if (e.Action == Telerik.WinControls.Data.NotifyCollectionChangedAction.Move)
{
//add your code
}
}
Please let me know if there is something else I can help you with.
Regards,
Dimitar
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items