vote up 0 vote down star

Further to my question on disabling validators using javascript - http://stackoverflow.com/questions/400346/disable-asp-net-validators-with-javascript ...

Does anyone know how to pass through a gridview in javascript to dynamically disable the validators on each row. I now understand that I'll need to use ValidatorEnable(validatorControl, false) to disable each validator but how do I discover the validators in the first place?

Many thanks.

flag

52% accept rate

1 Answer

vote up 1 vote down check

You will have to drill down through the gridview and select the individual validators that way.

An excellent example of accessing a gridview with javascript can be found here

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.