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

Applying Z-Index DropDownTree Doesn't Affect It

1 Answer 90 Views
DropDownTree
This is a migrated thread and some comments may be shown as answers.
Farshid
Top achievements
Rank 1
Farshid asked on 15 Jul 2014, 05:15 PM
When DropDownTree sits near other expanding controls (e.g. standard date pickers), causes these controls to sit behind DropDownTree. I tried every solution like sitting inline style, enforcing z-index to .RadDropDownTree_Default, making other controls' z-index attribute too much bigger than 100000 and enforcing style via jquery, but in any case, expanded controls fall behind the input (textbox) area of RadDropDownTree.

How can I enforce low z-index values on RadDropDownTree so that it does not sit above other expanding controls?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 16 Jul 2014, 05:53 AM
Hi Farshid,

Unfortunately I couldn't replicate the issue. Please have a look into the sample code snippet which works fine at my end. Please try to replicate the issue in this sample project or provide your full code for further help.

ASPX:
<telerik:RadDatePicker ID="RadDatePicker1" runat="server">
</telerik:RadDatePicker>
<br />
<telerik:RadDropDownTree ID="RadDropDownTree1" runat="server" DataSourceID="sqldsDetails"
    DataFieldID="id" DataFieldParentID="parentid" DataTextField="text">
</telerik:RadDropDownTree>

Thanks,
Shinu.
Tags
DropDownTree
Asked by
Farshid
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or