I have a button in one step of radwizard , and I have a radgrid in another step of radwizard.I want to refresh grid when Clicking button. How can I do this?
1 Answer, 1 is accepted
0
Nencho
Telerik team
answered on 05 May 2016, 10:55 AM
Hello ,
You can use the event handler of the Button Click event and manually update the RadGrid. Please consider the following implementation: