iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
I only want to Set selectNode's Cursor(Not all the nodes).Please see the picture below.
<NodeStyle Over-Cursor="Hand" Active-Cursor="Hand" Normal-Font-Size="X-Small" Over-Font-Size="X-Small" Active-Font-Size="X-Small" /> (this way can not meet my need)How can I do???
Hello,
You can use InitializeNode Server-side event to implement the following code:
protected void WebTreeView1_InitializeNode(object sender, ISNet.WebUI.WebTreeView.WebTreeViewNodeEventArgs e) { if (e.Node.Text == "WebGrid.NET 3.5") { e.Node.CustomStyle = "cursor: hand;"; } }
Attached is the sample for your reference.
Hope this helps.
Thank you.
thank you,Martin Lie,
I think of a way by your code :
if (e.Node.Depth == 2) {
e.Node.CustomStyle = "cursor: hand;"; }
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname