I have a RadGrid with a MasterTable and inner Details table. After an event causes the details datasource to insert a new row the details table of the grid view does not display the new data. If I call RadGrid1.DataBind(); that will cause the inner table to close and then when the user manually expands it the new data shows ... what I want is for a databind to update both pieces of the RadGrid.
Thanks
Thanks