Welcome Guest Search | Active Topics | Sign In | Register

Treeview Options
EDP
Posted: Thursday, June 9, 2011 7:38:43 AM
Rank: Member
Groups: Member

Joined: 11/15/2010
Posts: 23
Hi, i have a treeview, and my problem is that in treeview i don't look the hand cursor to click in each node.

.Treeview_nodo{
font-family: Helvetica, Arial, Verdana;
font-size: 9pt; font-weight:bold;
padding-right: 1px;
padding-left: 1px;
padding-top: 1px;
padding-bottom: 1px;
border-right-style: none;
border-left-style: none;
border-top-style: none;
border-bottom-style: none;
color:#9A9A9A;
background-color:Transparent;
}
.Treeview_nodo_deshabilitado{
font-family: Helvetica, Arial, Verdana;
font-size: 9pt; font-weight:bold;
padding-right: 1px;
padding-left: 1px;
padding-top: 1px;
padding-bottom: 1px;
border-right-style: none;
border-left-style: none;
border-top-style: none;
border-bottom-style: none;
color:#F2F2F2;
background-color:Transparent;
}
.Treeview_nodo_selec{
font-family: Helvetica, Arial, Verdana;
font-size: 9pt; font-weight:bold;
padding-right: 1px;
padding-left: 1px;
padding-top: 1px;
padding-bottom: 1px;
border-right-style: none;
border-left-style: none;
border-top-style: none;
border-bottom-style: none;
color:#008CC7;
background-color:Transparent;
}

<eo:TreeView id="TreeView_Documentos" runat="server" Width="100%" Height="400px"
ClientSideOnItemClick="OnMenuItemClick" RaisesServerEvent="True" AutoCollapseOnClick="False" TopLevelItemAlign="None" Enabled="True" AutoExpandOnClick="False" ClientSideOnGroupCollapsed="OnGroupCollapseClick" ClientSideOnGroupExpand="OnGroupExpandClick">
<LineImages PlusMinusOnly="false"></LineImages>
<LookNodes>
<eo:TreeNode ImageUrl="~/_imagenes/_home_login/icono_carpeta_peq.png" CollapsedImageUrl="00030301" ExpandedImageUrl="00030302" ItemID="TreeNode_Carpeta" SelectedStyle-CssClass="Treeview_nodo_selec" NormalStyle-CssClass="Treeview_nodo"></eo:TreeNode>
<eo:TreeNode ImageUrl="~/_imagenes/_home_login/icono_carpeta_peq.png" CollapsedImageUrl="00030301" ExpandedImageUrl="00030302" ItemID="TreeNode_Documento"></eo:TreeNode>
</LookNodes>

</eo:TreeView>

Thank you..

eo_support
Posted: Thursday, June 9, 2011 9:14:54 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

You will need to do that with CSS in your styles. The TreeView does not automatically apply hand cursor for you.

Thanks!
EDP
Posted: Monday, June 13, 2011 6:07:58 AM
Rank: Member
Groups: Member

Joined: 11/15/2010
Posts: 23
Thank you ... problem solved


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.