Rank: Advanced Member Groups: Member
Joined: 9/2/2010 Posts: 120
|
Hi,
I have a grid control with a DateTimeColumn and I need show its in the dd/MM/yyyy format. For this, I put "dd/MM/yyyy" in the DataFormat parameter.
The problem is that the grid shows the date in correct format only when not is editing the column. In the edit state, the date is showed in MM/dd/yyyy format.
How to solve this?
Thanks, Camarate
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will need to set the Column's DatePicker.PickerFormat to the same value as well.
Thanks!
|