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

Edit PopUp and Dock

3 Answers 93 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Iron
Iron
Iron
Daniel asked on 30 Apr 2009, 11:48 PM
Hi. I have a RadGrid inside a RadDock. I've set EditMode in the RadGrid to PopUp. The popup is only viewable inside the dock. For example, when the popup appears for the first time, it appears at the bottom of the dock and looks like it is being chopped off. Of course when you drag the window to the center it is viewable. Is this a z-index css behaviour of the RadDock? Work around? Thanks.

Daniel

3 Answers, 1 is accepted

Sort by
0
Daniel
Top achievements
Rank 1
Iron
Iron
Iron
answered on 05 May 2009, 02:26 AM
Any ideas?
0
Accepted
Sebastian
Telerik team
answered on 05 May 2009, 03:59 PM
Hello Daniel,

Unfortunately it is not possible to show the popup edit form entirely over the RadDock container because the built-in pop-up edit form is direct child of the grid and merely its html is displayed inside a div popup. RadDock 'creates' stacked context and all controls inside this container (the grid and the popup edit form inclusive) cannot overlay it.

Since this is not supported scenario, you may consider either increasing the width/height of the RadDock instance to ensure that the entire popup edit form will be displayed or use RadWindow as such type of edit form as demonstrated here.

Best regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Daniel
Top achievements
Rank 1
Iron
Iron
Iron
answered on 05 May 2009, 10:36 PM
Thanks. This is a better way I think.

Daniel
Tags
Grid
Asked by
Daniel
Top achievements
Rank 1
Iron
Iron
Iron
Answers by
Daniel
Top achievements
Rank 1
Iron
Iron
Iron
Sebastian
Telerik team
Share this question
or