On Edit Grid view Multiple row edit validation

Posted by franics on Stack Overflow See other posts from Stack Overflow or by franics
Published on 2010-01-29T13:22:24Z Indexed on 2010/03/28 13:03 UTC
Read the original article Hit count: 326

Filed under:

I am using a telerik radgrid so there are around 5 columns each column edittemplate contains a control along with a required field validator and also a property called AllowMultiRowEdit is set to true so i am able to multiple rows in edit mode.

If any of the values are cleared the for multiple rows I want only those to be validated on update of that particular row.

So i implemented the Grids item data bound event find each and every validator along with the update button and set a unique validation group.

The above implementation most times but fails at some time. Is there any other way of going about this ?

© Stack Overflow or respective owner

Related posts about ASP.NET