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

RadDock & Control Size

1 Answer 92 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 06 May 2009, 06:02 AM



Hello everyone,

My problem is that I have a radGrid with paging enabled inside a raddock
I want to use css to resize the dock to take the grid's height instead of showing a scroll when the grid height exceed its height.


Any hint or help would be appreciated.
Thanks in advance.


1 Answer, 1 is accepted

Sort by
0
Accepted
Obi-Wan Kenobi
Top achievements
Rank 1
answered on 07 May 2009, 09:18 AM
RadDock is rendered as a Div on the client, so try to not set width and height to the RadDock and it should resize to fit the content.
If this doesn't help you, the RadDock should be resized via JavaScript(set_widht and set_height methods) once the Grid is resized.
Tags
Dock
Asked by
A.mass
Top achievements
Rank 1
Answers by
Obi-Wan Kenobi
Top achievements
Rank 1
Share this question
or