﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebTreeView - The nodes of WebTreeView can be set to allow not be selected</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/The-nodes-of-WebTreeView-can-be-set-to-allow-not-be-selected/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>The nodes of WebTreeView can be set to allow not be selected</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/The-nodes-of-WebTreeView-can-be-set-to-allow-not-be-selected/</link><pubDate>Thu, 01 Sep 2011 22:15:07 GMT</pubDate><dc:creator>gavin</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 11pt"&gt;Hello Martin ,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;   &lt;span style="font-size: 11pt"&gt;Is there any&amp;nbsp;new information about my issue &lt;/span&gt;&lt;span style="font-size: 11pt"&gt;.&amp;nbsp; I am looking forward to your respond eagerly . &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;  &lt;span style="font-size: 11pt"&gt;Thanks a lot !&lt;/span&gt;&lt;/p&gt;</description></item><item><title>The nodes of WebTreeView can be set to allow not be selected</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/The-nodes-of-WebTreeView-can-be-set-to-allow-not-be-selected/</link><pubDate>Mon, 22 Aug 2011 22:26:37 GMT</pubDate><dc:creator>gavin</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 11pt"&gt;Hello Martin ,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;   &lt;span style="font-size: 11pt"&gt;Thank you for your help . I want to know whether there is the newest development about the problem I put forward . Because I have to use the control that integrating WebTreeView with WebCombo in my project , I am looking forward to your respond eagerly . &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;  &lt;span style="font-size: 11pt"&gt;Thanks a lot !&lt;/span&gt;&lt;/p&gt;</description></item><item><title>The nodes of WebTreeView can be set to allow not be selected</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/The-nodes-of-WebTreeView-can-be-set-to-allow-not-be-selected/</link><pubDate>Tue, 16 Aug 2011 05:05:32 GMT</pubDate><dc:creator>MarTin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;To set an alert to a node when it is selected, you can use OnNodeSelect Client-side event like following:&lt;/p&gt;&lt;pre&gt;function WebTreeView1_OnNodeSelect(controlId, node)
{
   var WebTreeView1 = ISGetObject(controlId);
   if (node.Text == "Archive Folders")
      alert("This node cannot be selected")
   return true;
}&lt;/pre&gt;
&lt;p&gt;However, this event can only be applied in a single WebTreeView without integrating it into WebCombo. If you integrate WebTreeView with WebCombo, this event will never be invoked since combo will recognize the TreeView as the data item.&lt;/p&gt;
&lt;p&gt;I haven't figured it out on how we can implement this when WebTreeView is integrated with WebCombo. I will try to discuss further with the developer team, whether this scenario is possible or not.&lt;/p&gt;
&lt;p&gt;Thank you and have a nice day.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;-Martin-&lt;/p&gt;</description></item><item><title>The nodes of WebTreeView can be set to allow not be selected</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/The-nodes-of-WebTreeView-can-be-set-to-allow-not-be-selected/</link><pubDate>Mon, 15 Aug 2011 10:00:35 GMT</pubDate><dc:creator>gavin</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;      There is  a  WebCombo of Integration_WebTreeView , and the tree display some nodes.  Is there any methods  which can set properties of the WebComb or the WebTreeView  to  allow me to set some nodes  not to be selected , and if I click these nodes , there will show  a DialogBox which say "this node cannot be selected" . There is a example in the attachment followed :&lt;/p&gt;
&lt;p&gt;     if I want the node of  "测试1" cannot be select , and when I click this node ,there will show a alert message , how can I do ?&lt;/p&gt;
&lt;p&gt;     Anyone can help me ? Thanks!&lt;/p&gt;</description></item></channel></rss>