|
-
May 4th, 2009, 11:20 AM
#2
Re: Sorting GridView control
Are you using DataGridView, or is GridView a seperate control?
The DataGridView should sort itself when clicking the headers, if it doesn't try looking for an event for "column header click" or something similar and put your code in there. Try looking at the properties of the DataGridView control to see if you have sorting turned off, or clickable headers turned off.
Thanks,
- pgrammer
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|