Hi Isomorphic,
I've just downloaded the latest nightly (8.0 LGPL 2011-02-07) and discovered some behaviour that could be a bug relating to a ListGrid.
If I set 'listEndEditAction' to 'done' and at the same time have 'validateOnChange' set to true then validation does not kick in on changed values.
If I remove the listEndEditAction from the initialisation of my ListGrid then validation does kick in.
I've tested this against a simple ListGrid where I have a text item that should be a number (defined by XSD). All other items in the list grid are read-only except for one checkbox.
It is not affecting me since I'm prototyping at the moment and can work around it but I thought I'd let you know. I checked the documentation for both properties and there's no mention that validation is affected by the listEndEditAction property.
I've just downloaded the latest nightly (8.0 LGPL 2011-02-07) and discovered some behaviour that could be a bug relating to a ListGrid.
If I set 'listEndEditAction' to 'done' and at the same time have 'validateOnChange' set to true then validation does not kick in on changed values.
If I remove the listEndEditAction from the initialisation of my ListGrid then validation does kick in.
I've tested this against a simple ListGrid where I have a text item that should be a number (defined by XSD). All other items in the list grid are read-only except for one checkbox.
It is not affecting me since I'm prototyping at the moment and can work around it but I thought I'd let you know. I checked the documentation for both properties and there's no mention that validation is affected by the listEndEditAction property.
Comment