I am using Syncfusion s GridDataBoundGrid control and binding my custom List. One of the properties is Nullable DateTime (DateTime?). When I add a new row to the grid and started editing in the DateTime column, If I type Alphanumeric, A message box displays some thing like "XX is not a valid value for Nullable 1". 1. How do I handle this to put some more meaningful maessage?
I would appreciate the solution.