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

Problem with postback

1 Answer 54 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 23 Sep 2014, 06:05 PM
I have a raddocklayout with 2 docking zone. When i drag a usercontrol in one zone i dynamically create a dock and append usercontrol in it. This work very well but in the user control I have a radcombobox and a radgrid. My problem is when i change value in my radcombobox, all the radlayout is refresh. I don't want it. I want only refresh my grid. Is it possible to do this ?

1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 26 Sep 2014, 01:44 PM
Hi Eric,

If you AJAX-enable the content of the RadDock controls, you should succeed in updating only the controls in the content of the docks. You can find information about updating docks asynchronously in the following help article: http://www.telerik.com/help/aspnet-ajax/dock-troubleshooting-dock-in-update-panel.html

If there are multiple UpdatePanels on the page and you want to trigger the update of only one of them, you can configure them as conditional update panels: http://msdn.microsoft.com/en-us/library/system.web.ui.updatepanel.updatemode%28v=vs.110%29.aspx

Regards,
Slav
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Dock
Asked by
Eric
Top achievements
Rank 1
Answers by
Slav
Telerik team
Share this question
or