I have a radgrid, with 1 master table, and (x) details table. I insert
rows into sql from the footer of both tables within the grid. However,
when adding rows using the details table, I have to validate all
control within all detail table instances to authenticate the
validation controls.
How can I only validate the controls within the details table / footer instance that i'm working on? I can validate using code-behind, but this causes a postback and is not optimal.
How can I only validate the controls within the details table / footer instance that i'm working on? I can validate using code-behind, but this causes a postback and is not optimal.