Hi,
I noticed some strange behaviour of the ListGrid / DataSource object:
When I reset a text cell in my listgrid from a string value to empty string, the datasource object generates and posts a JSON value of "null" instead of an empty string ("").
This makes it impossible to make distinction between an empty string and the value null in a text field.
Anyone a suggestion? Is it a defect?
Thanks,
I noticed some strange behaviour of the ListGrid / DataSource object:
When I reset a text cell in my listgrid from a string value to empty string, the datasource object generates and posts a JSON value of "null" instead of an empty string ("").
This makes it impossible to make distinction between an empty string and the value null in a text field.
Anyone a suggestion? Is it a defect?
Thanks,
Comment