c# - Custom sorting rule for one column in GridView -
i have simple web app gridview represent data , between asp:gridview tags have allowsorting="true" works fine except of 1 column string , i'm keeping there date in week_day column (e.g. 9/11/2017).
is there way how create custom sorting rule (cast date , sort in ascending order) particular column?
i'll appreciate of help.
Comments
Post a Comment