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

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -