You can perform the validation on the focusOut event dispatched by the relevant components
Regards, Evyatar On Sun, Apr 27, 2014 at 4:59 PM, Oleg Konovalov <[email protected]> wrote: > Hi, > > > > I have a popup (TitleWindow) with Form, > > which has a DataGroup, consisting of a number of "rows", > > which have some GUI widgets (TextInputs, DropDownLists, ComboBoxes, etc) > > in ItemRenderer. > > I do validate data on that Form. > > > > > But how can I do validation of data which user fills on these children rows > (in ItemRenderer)? > > > > > > > TIA, > > Oleg. >
