﻿<?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 -  Does Chrome browser support the control of WebTreeView ?</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/Does-Chrome-browser-support-the-control-of-WebTreeView-/</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> Does Chrome browser support the control of WebTreeView ?</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/Does-Chrome-browser-support-the-control-of-WebTreeView-/</link><pubDate>Mon, 26 Sep 2011 23:30:03 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I think it is not because our WebTreeView, but closely to iframe issue. Since you are not using our control in loading IFrame, then something must be wrong with the code that load iframe content. If you seen my sample, I used WebPaneManager. It can load iframe content correctly in there.&lt;br /&gt;So, I don't think if this is an issue in our WebTreeView, since your load iframe code is not came from us.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title> Does Chrome browser support the control of WebTreeView ?</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/Does-Chrome-browser-support-the-control-of-WebTreeView-/</link><pubDate>Mon, 26 Sep 2011 21:07:04 GMT</pubDate><dc:creator>gavin</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 10pt"&gt;&amp;nbsp;I use "iframe" . WebTreeViewis on the left and WebGrid is on the right. When I click the nodes of the tree , the WebGrid on the right should be changed !&lt;span style="font-size: 10pt"&gt; it work smoothly in the IE . &lt;pre&gt;&amp;lt;%@ Page Language="C#" MasterPageFile="~/WebMaster/MainpageWithTree_NoAJax.Master" AutoEventWireup="true"
    CodeBehind="OU_Frame.aspx.cs" Inherits="EpointNetoffice7.Pages.SubUserManage.OU_Frame"
    Title="OU" %&amp;gt;

&amp;lt;asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"&amp;gt;
    &amp;lt;iframe width="100%" height="100%" name="left" scrolling="auto" frameborder="0" src="OU_LeftTree.aspx"&amp;gt;
    &amp;lt;/iframe&amp;gt;
&amp;lt;/asp:Content&amp;gt;
&amp;lt;asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder2" runat="server"&amp;gt;
    &amp;lt;iframe height="100%" name="main1" scrolling="auto" src="OU_List.aspx" frameborder="0" width="100%"&amp;gt;
    &amp;lt;/iframe&amp;gt;
&amp;lt;/asp:Content&amp;gt;






    &amp;lt;ISWebTreeView:WebTreeView ID="TreeViewOU" runat="server" EnableLoadOnDemand="true"
        AllowExpandNodeOnSelect="true" AutoSelectOnNodeExpandCollapse="true" OnInitializeChildNodes="WebTreeView2_InitializeChildNodes"
        AllowAddNode="True" AllowDeleteNode="True" LineImageHeight="-1" LineImageWidth="-1"
        Height="300px"&amp;gt;
        &amp;lt;ClientSideEvents OnNodeExpand="TreeView_NodeExpand_Common" OnInitialize="TreeView_Initialize"
            OnNodeSelect="TreeView_NodeSelect" /&amp;gt;
        &amp;lt;LoadingStyle CssClass="TreeViewLoading"&amp;gt;
        &amp;lt;/LoadingStyle&amp;gt;
        &amp;lt;FrameStyle CssClass="TreeViewFrame" BackColor="Transparent" BorderWidth="0"&amp;gt;
        &amp;lt;/FrameStyle&amp;gt;
        &amp;lt;NodeStyle&amp;gt;
            &amp;lt;Normal CssClass="TreeViewNode_N"&amp;gt;
            &amp;lt;/Normal&amp;gt;
            &amp;lt;Over CssClass="TreeViewNode_O"&amp;gt;
            &amp;lt;/Over&amp;gt;
            &amp;lt;Active CssClass="TreeViewNode_A"&amp;gt;
            &amp;lt;/Active&amp;gt;
        &amp;lt;/NodeStyle&amp;gt;
    &amp;lt;/ISWebTreeView:WebTreeView&amp;gt;
&lt;/pre&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title> Does Chrome browser support the control of WebTreeView ?</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/Does-Chrome-browser-support-the-control-of-WebTreeView-/</link><pubDate>Mon, 26 Sep 2011 00:11:11 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;It supports chrome browser. Can you send me your simple sample scenario? I tried to make one and it works fine.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title> Does Chrome browser support the control of WebTreeView ?</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/Does-Chrome-browser-support-the-control-of-WebTreeView-/</link><pubDate>Thu, 22 Sep 2011 23:32:25 GMT</pubDate><dc:creator>gavin</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 11pt"&gt;Hi , &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 11pt"&gt;&amp;nbsp;I meet a problem when I use WebTreeView . In my page , the left window is a tree , and the right window is the main page . When I click the nodes of the tree , the main page should change correspondingly . In the IE browser , it work smoothly . But in the Chrome browser , When I click the nodes of the tree , the right window is not any change .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;  &lt;span style="font-size: 11pt"&gt;I want to know whether Chrome browser support the control of WebTreeView&amp;nbsp;. What is the problem ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt; &lt;span style="font-size: 11pt"&gt;Anyone can help me ? Thank you very much !&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>