Hello,
My gridview is in bound mode. I reorder the rows by drag & drop. I'm inspired by this telerik github demo:
I change the order of data source in order to reorder the rows by drag & drop. It worked well.
But if a column is sorted, any drag & drop cannot be toke into account. And then if I canceled a column sorting, the order synchronize well by drag & drop.
I wonder the column sorting maybe changed the order of child rows, not the order of rows, but then I change the order of rows (data source) by drag & drop, the order of child rows stays put strangely. So that's why there is no reordering affecting the display.
What happens between child rows and rows when I cancel the column sorting ?
What is the way out of this situation? I would like drag & drop has higher priority than column sorting/grouping.
Thank you by advance.