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

RadDock ajax and Dundas ajax interconnection issue

2 Answers 75 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 1
Richard asked on 26 Dec 2008, 05:07 PM
Hello!
Please help solve the problem
I use Dundas olap chart inside RadDock control. Both of them has their own ajax capability. Using one inside another breaks functionality of olap chart. The issue emerges when I try to work with olap chart - I recieve an error 'Incorrect Callback Arguments'. I think the problem is that both of these controls has ajax. Thus, I would like to ask you: is it possible to disable ajax for RadDock, i.e. be able to drug docks as ugual but make post back instead of ajax callback on drop?

Thanks in advance, Richard.

2 Answers, 1 is accepted

Sort by
0
Nikolay Raykov
Telerik team
answered on 30 Dec 2008, 12:43 PM
Hi Richard,

RadDock control makes standard postbacks, e.g. full postbacks. If you wish to ajaxify them you need to put an Update Panel or RadAjaxPanel and specify that the dock is to be ajaxified.

In order to make a postback after a drag operation when you drop the dock you need to set the AutoPostBack property of RadDock to true. Here you can find more information about the DockPositionChanged event:

http://www.telerik.com/help/aspnet-ajax/dock_serversideevents.html
http://www.telerik.com/help/aspnet-ajax/dock_serversidedockpositionchanged.html

Greetings,
Nikolay Raykov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Richard
Top achievements
Rank 1
answered on 31 Dec 2008, 10:26 AM
Hello Nikolay
Thank you for reply, it really helped!

Greetings, Richard.
Tags
Sharepoint Integration
Asked by
Richard
Top achievements
Rank 1
Answers by
Nikolay Raykov
Telerik team
Richard
Top achievements
Rank 1
Share this question
or