Have to bind data to User Control using Telerik RadGrid inside another user control?

1.2k Views Asked by At

Basically I have created a user control containing a Telerik RadGrid, inside the control I have another two controls that have Telerik RadGrid inside them. I am trying to bind the modified data back into the User Control inside the parent user control. I have checked that the data is correct after they have been edited but when the form is binded again the inner controls have the same data as the form is first loaded. I am using RadWindow. Coworkers have suggested that it works with asp.net form controls however it seems that there is an issue with Telerik controls. Is there a easy way to force a rebind of the control?

1

There are 1 best solutions below

5
On

There is a Rebind() method you can call to enforce this. This method causes the refresh and reloads the data and calls NeedDataSource.