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
105
UltraGrid Date Format
posted

Hello,

I am trying to format one of the columns in the UltraGrid and for some reasons which I still trying to find out, not sure why the dates are not being formatted.

Here's the date format that I apply during the ultra grid intializeLayout.

e.Layout.Bands[0].Columns[ColumnDate].Format = "dd/MM/yyyy";

I tried even MaskInput and it isnt working as well.

Do you know, if any properties are putting any constraints for the format to not work??

Pls advise.