S Sona Joined Feb 23, 2011 Messages 2 Reaction score 0 Feb 23, 2011 #1 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
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