I have a RadGrid with two detail tables.I'm using Rad window to update and insert for all tables.I want to know how do I refresh the detail tables after update/insert.I can do it on master table using - RadAjaxManager_AjaxRequest().If i'm using this technique in detail tables collapse all detail tables and refresh the grid. I don't want to collapse the detail tables while refreshing the grid.