How Sort Datagridview? [duplicate]
Possible Duplicate:
DataGridView Sort Programmitically
How Sort Datagridview开发者_运维百科 ?
Oh, if only there was a DataGridView.Sort method. If only.
You need to handle the OnSorting event in your gridview.
This MSDN Article explains it fairly well: http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.gridview.sorting.aspx
精彩评论