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

GridDropdowncolumn not working popup mode

1 Answer 90 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Armand
Top achievements
Rank 1
Armand asked on 21 Dec 2008, 01:56 PM
I have  a few griddropdowncolumns. The griddropcolumn is not working when the edit mode is popup.  When I change  the columntype  to Dropdownlist mode the combobox  works 100%.   The dropdown works 100% in normal Editforms mode when set as Radcombobox type.
It appears as if the dropdown opens behind the popupform. Normally the answer is in the Z-index of the control but I cannot find a place to set the Z-index of a griddropdowncolumn control.

Is this a bug or is there a setting that will resolve this?

Thanks

Armand

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 23 Dec 2008, 07:14 AM
Hello Armand,

You may try decreasing the popup edit form's zIndex by setting MasterTableView's EditFormSettings->PopUpSettings->ZIndex. Similar to the following:

        <telerik:RadGrid runat="server" ID="RadGrid1">  
            <MasterTableView EditMode="PopUp">             
                <EditFormSettings> 
                    <PopUpSettings ZIndex="1000"/>                                      
                </EditFormSettings> 
            </MasterTableView> 
        </telerik:RadGrid> 


Kind regards,
Rosen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Armand
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or