Hello All,
I am binding data through list object to grid;
however my question is how can I sort the grid on 'SortCommand' event when it is bind through list object ?
Please note that I don't want use list.Sort method because on click of header we are deciding it should follow ASC/DESC order
So, how can I do it ??
Go to the complete details ...