Hi,
I use an edit form to edit a grid row. I have in the row a date cell with date formatter. If the cell is empty the formatter put a blank in the edit form, but not a regular (space – unicode 32) but a unicode 160 => then you cannot compare the resulting string to ” ” => it does not fit. The thing I found is to use beforeSubmit => test if the date cell string unicode value == 160 => then set the value to ''.
Tony do you think it is possible to solve that ?
Gael
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top