Hi there,
I'm just evaluating Rad Controls for ASP.NET
I have some question about validation model in RadGrid.
Does it offer something richer than ASP.NET style validation?
I think ASP.NET validation does not answer the real-life applcation.
You just don't validate that this field should less than this or that.
In real application we sometimes need to validate data cross fields
and under some certain conditions.
I see in the Validation section of RadGrid in Demo and found that
you just use System.Web.UI.WebControls.ServerValidateEventArgs class
which is too lame to me. Is there another validation model to use than that.
Or we just need to code a sequence of IF THEN ELSEIF to validate data item
on Insert, Update, DeleteCommand?
Thanks
Panya