This question is locked. New answers and comments are not allowed.
I have a RadGridView with a column that contains dates. The value for this column for some of the rows is Null. The requirement that I have is that when sorting on this column, the "oldest' values should appear first, the "newest" values should appear later, and the Null values should appear last. When I sort on this column, I can either sort
Newest .. Oldest .. Null -OR- Null ... Oldest .. Newest
but the sort order that I need is: Oldest .. Newest.. Null
I there a way to accomplish this?
thanks
Newest .. Oldest .. Null -OR- Null ... Oldest .. Newest
but the sort order that I need is: Oldest .. Newest.. Null
I there a way to accomplish this?
thanks
