Hi,
I did some reasearch to find DataGridView equivalent control which can perform all the below mentioned functionalites but i could not find it for .Net 3.5.
· Resize columns: hover over the end of a header, then click and drag.
· Reorder columns: click on a column header and drag over a different area.
· Auto-sort data in a column: click on a column header and the items in the column will toggle from ascending to descending
· Multi-column sorting: SHIFT + click on multiple column headers
· Selection: Default mode is FullRow and multi-row selection
I tried with ListView but we can achieve the basic functionalites with it and not the ones mentioned above. Please someone let me know which control i can use so as to achieve the above functionalities in WPF.
Thanks in advance.
Chetan Rajakumar