Hi Team,
In the previous builds of 9.1 before august 2014, While editing in the ListGrid, It use to validate all the fields which has serverCustom with the operation as "validate". This was happening by calling condition method in the validator class.Condition method use to call for all the mentioned fields with DSoperation as "Validate" once and for the changed fields again with the Operation type as "Update".
But now condition method in the validator class is called only for the changed fields with DS Opeartion as "Update".
Could you please let me know when is the condition method called for List Grid While editing and also while adding a new record.
But in the form condition method is called for all fields which has serverCustom class with operation as "add" while inserting and "update" while Updating a record.
We are working on the below environment:
SmartClient version : Isomorphic SmartClient/SmartGWT Framework (10.0p_2014-12-23/PowerEdition Deployment 2014-12-23)
Browser : IE9
Thanks in advance.
In the previous builds of 9.1 before august 2014, While editing in the ListGrid, It use to validate all the fields which has serverCustom with the operation as "validate". This was happening by calling condition method in the validator class.Condition method use to call for all the mentioned fields with DSoperation as "Validate" once and for the changed fields again with the Operation type as "Update".
But now condition method in the validator class is called only for the changed fields with DS Opeartion as "Update".
Could you please let me know when is the condition method called for List Grid While editing and also while adding a new record.
But in the form condition method is called for all fields which has serverCustom class with operation as "add" while inserting and "update" while Updating a record.
We are working on the below environment:
SmartClient version : Isomorphic SmartClient/SmartGWT Framework (10.0p_2014-12-23/PowerEdition Deployment 2014-12-23)
Browser : IE9
Thanks in advance.