I have in my MySql a date column (just date)
I have that field in the data grid with the format YYYY-MM-DD and made it editable with field type "Date picker" and with the same mask as validation (YYYY-MM-DD) When I try to edit a row in the grid the date picker shows up, I select a date and that shows up as YYYY-MM-DD but I can't save, I get a error message "- Date format" in the form window and update are not possible.
If I make the update just a text box with no validation it works fine. It seems to be the validation part that does not agree with the format.
Any ideas?
//Bjorn |
|
|