I'm not clear about your Requirement. I guess you want to show the RadGrid with some changes after Update. If you are binding the RadGrid using the NeedDataSource event, then on Update the OnUpdateCommand event will fire and the Rebind will be automatically called so as to reflect any changes made in the Grid,we don't have to call Rebind explicitly. In case if you are using any external buttons to update to db,then in that event, we need to call Rebind() method. If this is not your requirement.Please elaborate on your required scenario.