I'm writing Silverlight application and I have a datagrid in which first two columns' positions are fixed, but others can be reordered. If I simply set CanUserReorder property to true/false respectively, than I can still take 3rd column and put it into 1st position.
What can I do to implement behaviour I need?
For now I can only think of manually handling ColumnReordered/ColumnReordering events in code-behind. Are there any solutions I am missing?
No comments:
Post a Comment
Send us your comment related to the topic mentioned on the blog