Z
z. f.
Hi,
I'm having an aspx page with a server form.
i have a grid with a delete button and below the grid, another area with
inputs for inserting new values and an "add" button for submiting the lower
area of the form.
on the lower area i have validators for validating input.
my problem is that when the delete button is pressed on a grid item, the
validators fails for invalid input.
all i need to do now is to set the delete button of the grid to not cause
validation ( CausesValidation =False ) , but this property is not there and
i get compilation error if i try to set this property.
how can i get this page to work, and wouldn't you expect the
<asp:ButtonColumn> of the datagrid to have the CausesValidation property
like the regular <asp:Button> that it mimics (not to say inherits - the
sacred word) it's behavior.
TIA, z..
I'm having an aspx page with a server form.
i have a grid with a delete button and below the grid, another area with
inputs for inserting new values and an "add" button for submiting the lower
area of the form.
on the lower area i have validators for validating input.
my problem is that when the delete button is pressed on a grid item, the
validators fails for invalid input.
all i need to do now is to set the delete button of the grid to not cause
validation ( CausesValidation =False ) , but this property is not there and
i get compilation error if i try to set this property.
how can i get this page to work, and wouldn't you expect the
<asp:ButtonColumn> of the datagrid to have the CausesValidation property
like the regular <asp:Button> that it mimics (not to say inherits - the
sacred word) it's behavior.
TIA, z..