In the event handler:
gridView.EditIndex = e.NewEditIndex;
gridView.DataBind();
Is that what you're looking for?
LorenVS
2009-08-19 18:04:52
In the event handler:
gridView.EditIndex = e.NewEditIndex;
gridView.DataBind();
Is that what you're looking for?