GRIDVIEW CommandField Editbutton not firing Cancel and Update events

Joined
Feb 23, 2011
Messages
2
Reaction score
0
CommandField cfield = new CommandField();
cfield.HeaderText =
"Edit";
cfield.ButtonType =
ButtonType.Link;
cfield.ShowEditButton =
true;
grdView.Columns.Add(cfield);

Here Update and Cancel events are not firing
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top