This question is locked. New answers and comments are not allowed.
Hi All,
I am using RadGridView in my user control and I am allowing the End user to Reorder the Columns at runtime. When user tends to reorder the first column i want to show a message that "<ColumnName> cannot be Moved" but other columns can be moved. I dont want to restrict the reordering of column by setting the "IsReorderable = false" but the requirement is to show a message. Is that possible? I see that we can achieve this by using Columns.CollectionChanged event but this fires only after the column is moved. Can we display the message when column is dragged?
Also I want to show an arrow on the position of the column where the moved column will be dropped. Is there any way to do these operations?
Thanks,
Dhileep
I am using RadGridView in my user control and I am allowing the End user to Reorder the Columns at runtime. When user tends to reorder the first column i want to show a message that "<ColumnName> cannot be Moved" but other columns can be moved. I dont want to restrict the reordering of column by setting the "IsReorderable = false" but the requirement is to show a message. Is that possible? I see that we can achieve this by using Columns.CollectionChanged event but this fires only after the column is moved. Can we display the message when column is dragged?
Also I want to show an arrow on the position of the column where the moved column will be dropped. Is there any way to do these operations?
Thanks,
Dhileep