I create a data entry page which contain a lot of textbox and using required field validator. So, when required field is not enter, error message will appear.
My problem is the page also include a datagrid and bind with bound column and button column. The button column combine Edit & Delete button. When click on the button, the required field validator is activate. User cannot perform edit or delete command until all required fields are enter.
How can i set the Causes Validation of Edit/Delete button to "False" since it can be done in form button. I didnt see properties of datagrid allow to set.
Appreciate for those giving comments and help. Thanks
Calvin
My problem is the page also include a datagrid and bind with bound column and button column. The button column combine Edit & Delete button. When click on the button, the required field validator is activate. User cannot perform edit or delete command until all required fields are enter.
How can i set the Causes Validation of Edit/Delete button to "False" since it can be done in form button. I didnt see properties of datagrid allow to set.
Appreciate for those giving comments and help. Thanks
Calvin