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
340
Sort Ultragrid date column
posted
I have filled ultragrid using datatable which contains two date columns From and TO. But when i click on the From column, the data is not getting sorted correctly. In Initailise layout evebt, i have written the below code, e.Layout.Bands(0).Columns("From").Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Date e.Layout.Bands(0).Columns("To").Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Date can anyone please help me out form this issue.