C
Chuck P
Is their a way to extend or mess with the GridView control.
My goal is to add a column that has editing button (delete update, save,
cancel).
I did this with a template column and a little helper class. The class has
method that adds the column with all the controls, but, it happens at runtime.
What I would really like to just have is a property on the control that says
AddEditingFunctionality. If true at design time the column would get added
and the user could do stuff the template column like changing
CausesValidation and stuff on the buttons in the template column.
Is this possible.
My goal is to add a column that has editing button (delete update, save,
cancel).
I did this with a template column and a little helper class. The class has
method that adds the column with all the controls, but, it happens at runtime.
What I would really like to just have is a property on the control that says
AddEditingFunctionality. If true at design time the column would get added
and the user could do stuff the template column like changing
CausesValidation and stuff on the buttons in the template column.
Is this possible.