string returnmessage = (new WEAU020()).UpdateDetail(); if (returnmessage.Length > 0) { RadWindowManager1.RadAlert(returnmessage, 330, 180, "Message", "alertCallBackFn"); }public string UpdateDetail() { return ex.Message; }it work is normarlly. user do check a message in screen
but grid is fired postback, insert data(not updated data) is loss because rebind.
display a message in BatchEditCommand without rebind?