there is RadAjaxLoadingPanel which has radgrid.
after displaying duplicate message from server side using
is there any solution to retain inlin einsert mode after postback also.
i tried
after displaying duplicate message from server side using
ScriptManager.RegisterStartupScript(),grid does not retain the inline mode i.e. row for adding new record gets disappears.
is there any solution to retain inlin einsert mode after postback also.
i tried
e.Item.OwnerTableView.IsItemInserted = true;
RadGrid.Rebind()
but its not working