Hi.. How to display Sort Icon by default in all column ofGrid View? I have set Sort property to Automatic. But I want to display that sort icon in column. How to do it?
Help me in this.. Thank you..
Ganapatisb Monday, August 31, 2009 5:00 AM
try this:
You can use the SortMode and HeaderCell.SortGlyphDirection Proprerties to show the icon on the column header
Iam not getting HeaderCell.SortGlyphDirection option. Where exactly it will be? i am doing these operation in Windows Forms. Is this options available?