If you have a DataGrid bound to a column that is type DateTime then it will be sorted chronologically. If it is being sorted alphabetically then it must contains String objects, not Date objects. If you want to work with dates then use Date objects. NEVER convert Dates to Strings if it can possibly be avoided.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.