Hello,
I have some problems with field's validation in Grid. I'd like to hear
from you about some technics how you would do that?
My data (simplified) as follows:
row 1: maxQuantity(read_only)=10 quantity(editable)=0
row 2: maxQuantity(read_only)=15 quantity(editable)=0
I want to use
quantityField.setMaxText("Invalid quantity, max value is " +
maxQuantityValue"!");
quantityField.setMaxValue(maxQuantityValue);
to set max value and max value exceeded message text.
1. How can I set maxQuantityValue different for each row in the Grid?
2. And when/where should I call "setMaxValue/Text" methods?
Thanks in advance!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---