|
Rank: Advanced Member Groups: Member
Joined: 12/26/2008 Posts: 45
|
Hi
var trView = eo_GetObject('<%=MyTreeView.ClientID %>');
System.Web.UI.WebControls.WebControl EO.Web.WebControlBase EO.Web.WebControl EO.Web.DataBoundControl EO.Web.BaseNavigator EO.Web.TreeView
System.Web.UI.WebControls.WebControl is a Base Class for TreeView. But i can't find trView.Attributes["cursor"].
Pls, Help.
Thanks.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
eo_GetObject is client side. Attributes is server side. They are totally different things.
|
|
Rank: Advanced Member Groups: Member
Joined: 12/26/2008 Posts: 45
|
But how i can change Style of TreeView and TreeNode dinamicly in client side?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Our TreeView does not provide any support on that. If you are familiar with DHTML, you can directly manipulate the DHTML elements to change styles (If you are not familiar with this you will need to seek other resource because our tech support won't cover generic Web program issues).
|
|