Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
Sorting ultrawingrid using sorted columns by datetime bug ?
posted

I am trying to accomplish sorting using

ug_TestSeach.DisplayLayout.Bands(0).SortedColumns.Add(

"SORTME_COLUMN", True)

it seems to work fine all columns (tried bunch of them with different data types) but its not sorting correct for a datatype datatime column.

I am not sure if this is a bug. Please let me know what i need to do to get this to work

Thanks in advance