Hello…again,
I’m looking for a way to validate date cells by comparing them each other.
For example :
i have a grid with rows containing two columns (starting date, ending date)
i have enable validation on my grid
(myGrid.enableValidation(true,true); myGrid.setColValidators(someGoodMethodStart,someGoodMethodEnd)
and i want that, when i send data, the validation process compare starting date and ending date in order to validate that starting date < ending date.
Any idea ?