GridView Control - Disable/Enable Row Editing

  • Thread starter Thread starter Mel
  • Start date Start date
M

Mel

I want to disable the editing of a row in my gvParts GridView
control. How? I need to evaluate the value of one Template Field to
determine if the record should be edited or not but the template field
always returns an empty string. Any ideas?
 
I want to disable the editing of a row in my gvParts GridView
control. How? I need to evaluate the value of one Template Field to
determine if the record should be edited or not but the template field
always returns an empty string. Any ideas?

Turn the Edit column into a template and put your logic in the
"visible" attribute.
 
Back
Top