I have an AdvanceDataGrid that has a lot of inter-related columns. So for example For every row column 1 must have a lower value than column 2. If these validations fail then I should not allow the committing of data to the server. Any suggestions on how best to do this. What event should trigger the validations. I'd like to attach an errorString to one of the editors when something fails validation.
I thought about doing it when the user tries to commit but at that point I have only data. How do I get to the original item editors to mark the error in the errorstring. -- http://www.atlantageek.com ------------------------------------------------------------- To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http://www.affug.com Archive @ http://www.mail-archive.com/discussion%40affug.com/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
