This is a migrated thread and some comments may be shown as answers.

Reload/refresh individual RadDoc only on Custom Command

1 Answer 28 Views
Dock
This is a migrated thread and some comments may be shown as answers.
prayag ganoje
Top achievements
Rank 1
prayag ganoje asked on 21 Mar 2011, 05:10 AM
Hello,

I want to refresh/reload a individual raddoc on the layout on Custom Command click. If I make autopostback=true then it refresh complete page and all raddocs get refreshed.

Can you suggest me refresh individual raddoc keeping rest intact on page ?

Thanks,
Prayag

1 Answer, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 23 Mar 2011, 10:44 AM
Hello Prayag,

To achieve this scenario you should wrap the entire content of the dock by an UpdatePanel, and make the dock a Ajax trigger for the panel. Make sure only this update panel gets updated - UpdateMode=Conditional. This way only the dock will update its content when a custom command is clicked.

Kind regards,
Pero
the Telerik team
Tags
Dock
Asked by
prayag ganoje
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or