We are trying to migrate from 3.1 to 5.0 and we hit a strange problem that we suspect what it is, but we don't know exactly how to fix it.
We have a Grid-Form binding and when passing thought the records, the form data is populated via editSelectedData(grid).
Now at this point the form says that there are changed values even though there are not! A little more debugging revealed that a HiddenItem empty value is now "" instead of null and that's why a change has been detected.
How can we control the emptyStringValue (set is globally) or whatever is it out there?
We have a Grid-Form binding and when passing thought the records, the form data is populated via editSelectedData(grid).
Now at this point the form says that there are changed values even though there are not! A little more debugging revealed that a HiddenItem empty value is now "" instead of null and that's why a change has been detected.
How can we control the emptyStringValue (set is globally) or whatever is it out there?