Why do the rows disappear after an edit, add, or refresh action?
The Grid is populated in Codebehind from database with four rows. I can even add an "edit row" in the grid pre_render event.
So, what property am I not setting?
Thanks
The Grid is populated in Codebehind from database with four rows. I can even add an "edit row" in the grid pre_render event.
this.RadGrid1.MasterTableView.Items[1].Edit = true; this.RadGrid1.MasterTableView.Rebind();
However, every time I try to edit an exisitng row, the postback does not keep the row's state.So, what property am I not setting?
Thanks