Hi,
I have a problem with a GridViewDataColumn of a RadGridView binded to a DateTime? value.
I set DataFormatString to "{} {0:d}" and the column displays only date without time, and it is what I want.
The problem is that I am unable to set a null value in the cell pressing the DEL key or Backspace: when I leave the cell, its value is replaced by the previous value.
Have you any suggestion?
Thanks
Davide
I have a problem with a GridViewDataColumn of a RadGridView binded to a DateTime? value.
I set DataFormatString to "{} {0:d}" and the column displays only date without time, and it is what I want.
The problem is that I am unable to set a null value in the cell pressing the DEL key or Backspace: when I leave the cell, its value is replaced by the previous value.
Have you any suggestion?
Thanks
Davide