Hi,
I'm trying to add a RadColorPicker inside a RadPanelBar, but the color palette is cutted by the panel (see the image attached).
Here is my code:
It is possible the color palette overlaps the panel?
Thanks!
I'm trying to add a RadColorPicker inside a RadPanelBar, but the color palette is cutted by the panel (see the image attached).
Here is my code:
<
telerik:RadPanelBar
runat
=
"server"
ID
=
"RadPanelBar1"
Height
=
"300"
ExpandMode
=
"FullExpandedItem"
>
<
Items
>
<
telerik:RadPanelItem
Text
=
"Ranges"
>
<
ContentTemplate
>
<
asp:Panel
id
=
"pnlRangesPanel"
runat
=
"server"
groupingtext
=
"Limits"
>
<
table
>
<
tr
>
<
td
>Max: </
td
>
<
td
><
asp:TextBox
id
=
"tbRangeMax"
runat
=
"server"
/></
td
>
</
tr
>
<
tr
>
<
td
>Min: </
td
>
<
td
><
asp:TextBox
id
=
"tbRangeMin"
runat
=
"server"
/></
td
>
</
tr
>
<
tr
>
<
td
>Color:</
td
>
<
td
><
telerik:RadColorPicker
ID
=
"radColorPicker1"
runat
=
"server"
ShowIcon
=
"true"
ShowEmptyColor
=
"false"
/></
td
>
</
tr
>
</
table
>
</
asp:Panel
>
</
ContentTemplate
>
</
telerik:RadPanelItem
>
</
Items
>
</
telerik:RadPanelBar
>
It is possible the color palette overlaps the panel?
Thanks!