Hi,
I'm using the code behind to perform insert/update/delete. a sample is as follows
I'm using the code behind to perform insert/update/delete. a sample is as follows
protected void RadGrid1_InsertCommand(object sender, GridCommandEventArgs e)
{
//insert something here
}
after inserting, the grid stays within the edit mode. Please let me know of the setting to exit and refresh the grid....also to refresh the grid after deletion.
thanks,
Minh Bui