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

Parents
  • 45049
    posted

    Do you mean WinGrid (in Windows Forms) or WebGrid (in ASP.NET)?  The title of your post says "UltraWinGrid" (another name for "WinGrid") but you posted this to the WebGrid forum.

    If this is meant for WinGrid, I can move the post to the appropriate forum.

Reply Children