Using SmartClient Version: v8.3p_2013-02-08/PowerEdition Deployment (built 2013-02-08)
I am having a ListGrid with two fields, Max Qty and Qty. I am having a Validation here that Qty will not be greater than Max Qty.
When I am trying to add Qty greater then Max Qty, its give me Max Quantity error(i.e. “Error message”), which is correct and as expected.
Now I modify the quantity to be less than max Quantity, but still I am getting the Old Value not the modified one.
Please suggest.
Regards,
Deepak Singh
I am having a ListGrid with two fields, Max Qty and Qty. I am having a Validation here that Qty will not be greater than Max Qty.
When I am trying to add Qty greater then Max Qty, its give me Max Quantity error(i.e. “Error message”), which is correct and as expected.
Now I modify the quantity to be less than max Quantity, but still I am getting the Old Value not the modified one.
Please suggest.
Regards,
Deepak Singh
Comment