I have a date column in wingrid with the format 'dd/MM/yyyy'. When i cell is in edit mode, the format changes to 'MM/dd/yyyy' format.
I want 'dd/MM/yyyy' format even in edit mode. Can any one help me...
Thanks a lot Matt. Its working fine.
You need to use the MaskInput property of the column, since the Format only applies when the cell isn't in edit mode.
-Matt