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
165
Sort on date column in infragistics win ultrawingrid.
posted

Hi,

I am facing a problem while sorting on date column when header is clicked. The dates are sorted as string.

The following is the code i am using.

sprData.SetText(SPR_COL_DTM, idx,

 

String.Format("{0:MMM d yyyy hh:mm:ss:ffftt}", .Fields("act_dtm"

).value))

this is the code which populates the column in Ultrawingrid.

Thank you,

Basavaraj P Hiremath.

Parents Reply Children
No Data