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

RadDock inside a Div It wont work !!!

4 Answers 78 Views
Dock
This is a migrated thread and some comments may be shown as answers.
A.mass
Top achievements
Rank 1
A.mass asked on 15 Apr 2009, 07:03 AM


Hello everyone,

My page have a div that contains 3 dockzones, right, middle and center.
When I drag one of the docks from a zone to beyond the left one all the docks will disappear and the user will have to refresh the page to get all the docks back.

Please note that I'm just using the code-behind for this, not using the client0side API.


Best Regards,

4 Answers, 1 is accepted

Sort by
0
Accepted
Obi-Wan Kenobi
Top achievements
Rank 1
answered on 15 Apr 2009, 09:23 AM
I think that if you remove the Div, you will have the same problem. Could you please paste some code which illustrates your problem.
Keep in mind that if you create RadDocks dynamically you should recreate them on each postback(ajax call).
0
A.mass
Top achievements
Rank 1
answered on 15 Apr 2009, 09:54 AM



Thanks a lot Mr. Obi-Wan Kenobi for your fast respond,
The way I wrote the div CSS was the reason for this [ its width was fixed so anything goes beyond it will be in the page but placed in a hidden place of the div ].

I have another question, I dont know if its ok posting it here, or I have to make another post.
Its regarding the height of the dockzone, I want it to be 100% without showing the scroll, so wherever the user drop a dock at any place of the page it will goes into a zone instead of having an unpinned docks floating arround [ which I'm trying to avoid ]


Thanks again for your respond

Best Regards,
0
Accepted
Obi-Wan Kenobi
Top achievements
Rank 1
answered on 15 Apr 2009, 10:06 AM
You could remove the scrollbars with css.
If you set RadDock's property DockMode to Docked, the RadDock will be always docked.
0
A.mass
Top achievements
Rank 1
answered on 15 Apr 2009, 10:51 AM


Thanks a lot for your support.

Tags
Dock
Asked by
A.mass
Top achievements
Rank 1
Answers by
Obi-Wan Kenobi
Top achievements
Rank 1
A.mass
Top achievements
Rank 1
Share this question
or