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

Dock issue with radMultiPageView, RadSplitter and RadPane

5 Answers 99 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Sandeep
Top achievements
Rank 1
Sandeep asked on 23 Jan 2009, 10:20 AM
Hi Telerik Team,

I am trying to integrate a iGoolge type page using the dynamic RadDock based on user selection of predefined Widget selection. I trying to integrate this page with the page haing outlook style panels using the RadSplitter, RadPane and RadToolBar. One of the panels have this name "Dash Board" that contains the third party tree view node that loads the iGoogle style page in the Right pane in a iFrame

The issues that I am facing is:
1) The dynamic RadDock do not appear on the UI though it being created successfully in code behind and same page execute successfully when called separately. Some time it does appear on panels page but then there are no command buttons on the RadDock. Further the ones appeared were not in their respective RadDockZone, they were outside the Zone, though there was code for attaching it to a zone (again execute successfully as a separate page).

2) When the RadDock page is loaded in Right pane iFrame, I am able to load other panel pages after that, even if click the other tree view nodes. It appears the RadDock page consumes the events and no other page is loaded after that. Is there a way around.

3) Page.ClientScript.RegisterClientScript is not executed by browser having RadDock.

Please help ASAP.

Regards,
Sandeep Mittal

5 Answers, 1 is accepted

Sort by
0
Nikolay Raykov
Telerik team
answered on 26 Jan 2009, 10:32 AM
Hi Sandeep,

If the docks do not appear on the page or they are outside of the dock zones then you might be doing something wrong in your code. I think that you might not be re-creating the docks correctly.

RadDock cannot consume events as you are referring but I cannot say what exactly is wrong since you are using a third party TreeView control. What do you mean by "Page.ClientScript.RegisterClientScript is not executed"? Is the script registered on the page but not executed?

I suggest to open a support ticket and send us a sample working version of your project. We will do our best to help you.

All the best,
Nikolay Raykov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Sandeep
Top achievements
Rank 1
answered on 28 Jan 2009, 11:05 AM
Hi Telerik Team,

Sorry, I took a bit of time to get the demo prepared, as I have cut shot a lot many things from code and get it working for my purpose. Following the link to zipped folder for the same:


Please let me know where I am going wrong.


Regards,
Sandeep Mittal
0
Nikolay Raykov
Telerik team
answered on 30 Jan 2009, 03:14 PM
Hi Sandeep,

The problem is that you do not have WidgetHeight AppSetting declared in your web.config file and when you assign its value as a height the resulting height is 0 pixels. This way the dock will not be visible as it has no height - not because of any problem in RadDock.

I added the button which when clicked adds a new dock to the Triggers collection of the Update Panel to ajaxify the postback as well. For your convenience I have attached the files with the modifications I have made to them.

Sincerely yours,
Nikolay Raykov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Sandeep
Top achievements
Rank 1
answered on 02 Feb 2009, 07:11 AM
Hi Nikolay,

Thanks for your quick reply and help. I got what mistake I did. Though your solution solves my 2 issues i.e. first and third regarding the formation of the RadDock and the Registration of client script using the RadScriptManager instead of Page.ClientScript.

Though my second issue still exists, i.e. after visiting the Dash Board page I cannot get the contents of the Folder nodes in the right hand pane. What do I need to do for it ?

Thanks in advance for your helpful solution.

Regards,
Sandeep Mittal
0
Petio Petkov
Telerik team
answered on 04 Feb 2009, 04:22 PM
Hi Sandeep,

We couldn't download "Dash Board Demo" from the server, because the file has been deleted.

Please open a new support thread and send us running project where we can observe the problems you have. Once we receive it we will do our best to help you.

Greetings,
Petio Petkov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Dock
Asked by
Sandeep
Top achievements
Rank 1
Answers by
Nikolay Raykov
Telerik team
Sandeep
Top achievements
Rank 1
Petio Petkov
Telerik team
Share this question
or