G
Guest
Hello!
I need help in making my datagrid sortable by clicking a column header.
In the datagrid's property builder, Allow Sorting is checked. I am using a
Bound column and it's Sort Expression is set to the same value as the Data
Field value. But I dont know how to implement:
private void dgResults_SortCommand(object source,
System.Web.UI.WebControls.DataGridSortCommandEventArgs e)
{
}
Please help.
I need help in making my datagrid sortable by clicking a column header.
In the datagrid's property builder, Allow Sorting is checked. I am using a
Bound column and it's Sort Expression is set to the same value as the Data
Field value. But I dont know how to implement:
private void dgResults_SortCommand(object source,
System.Web.UI.WebControls.DataGridSortCommandEventArgs e)
{
}
Please help.