﻿<?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</title><link>http://www.intersoftsolutions.com/Community/Tags/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>Node Expand Event</title><link>http://www.intersoftsolutions.com/Community/Tags/WebTreeView/</link><pubDate>Mon, 16 May 2016 21:48:11 GMT</pubDate><dc:creator>shailendra.senger</dc:creator><category>WebTreeView</category><description>&lt;p&gt;I am binding treeview at runtime by processing a List&amp;lt;T&amp;gt; appropriatly as a datasource where T is a class. Since&amp;nbsp;&lt;span style="font-size: 10pt;"&gt;Treeview doesn't have any inbuilt function which can make the searched node visibile to user. If treeview has large number of nodes than searching a bottom node always resides in bottom and scroll bar doesn't set appropriatly to bring that node up. However I got a work around to call ScrollIntoView() function, for searched node, on node expand event. This solution fails in a situation where searched node's grand parent is collapsed but its childrens are expanded. &amp;nbsp;So when a grandparent expanded, its OnNodeExpand event fires for it only, not for its children as they already expanded.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Please let me know how can I trigger&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: 13.3333px;"&gt;OnNodeExpand&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;event for all children nodes as well (no matter if they&amp;nbsp;already expanded).&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Node Color change Issue in Drag n Drop</title><link>http://www.intersoftsolutions.com/Community/Tags/WebTreeView/</link><pubDate>Wed, 27 Apr 2016 20:21:19 GMT</pubDate><dc:creator>shailendra.senger</dc:creator><category>WebTreeView</category><description>&lt;p&gt;My application requires nodes in different colors. But tree nodes couldn't keep its asigned color when dragging node moves over on them. All the nodes between source and destination node become in black color, no matter what the color they had.&lt;/p&gt;&lt;p&gt;I have modified a page from webtreeview sample application and attached it.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Step to recreate the issue.&lt;/p&gt;&lt;p&gt;1. select 'WebGrid.Net3.5' node&amp;nbsp;&lt;/p&gt;&lt;p&gt;2. Move it to Drag on 'WebDesktop.Net'&lt;/p&gt;&lt;p&gt;You will see some of Nodes, between drag source and destination nodes, lost their branded color what they had before.&lt;/p&gt;&lt;p&gt;Please let me know how to keep nodes color unchanged while dragging a node.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>Drag Drop in Large Nodes</title><link>http://www.intersoftsolutions.com/Community/Tags/WebTreeView/</link><pubDate>Fri, 22 Apr 2016 23:08:19 GMT</pubDate><dc:creator>shailendra.senger</dc:creator><category>WebTreeView</category><description>&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;span style="line-height: 107%; font-family: 'Lucida Sans Unicode', sans-serif; font-size: 10pt;"&gt;If you select a upper node to drag and move it all the way to the bottom nodes(scroll bar moves down).&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&amp;nbsp;The dragged node doesnot moves to destination node. While dragging node losts it dragging ability.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;This is happening in the treeview samples as well.&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;Attached is the your sample files through which this issue can be notice.&lt;/p&gt;&lt;p class="MsoNormal"&gt;Step to recreate the issue:&lt;/p&gt;&lt;p class="MsoNormal"&gt;1. Expand Group, Group0 and Group00&lt;/p&gt;&lt;p class="MsoNormal"&gt;2. Select Group000 and move it down to drag it on Group44&lt;/p&gt;&lt;p class="MsoNormal"&gt;Node not allowed to drop.&lt;/p&gt;&lt;p class="MsoNormal"&gt;Please let me know how to fix it.&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>Automatic positioning of Scrollbar when a node searched</title><link>http://www.intersoftsolutions.com/Community/Tags/WebTreeView/</link><pubDate>Tue, 12 Apr 2016 15:12:31 GMT</pubDate><dc:creator>shailendra.senger</dc:creator><category>WebTreeView</category><description>&lt;p&gt;I have a treeview having more than 2000 nodes, so when I search a node(that resides quite below in treeview or all the nodes expanded), using Find functionality, It become selected but didn't come up to treeview visible area. I mean, you have to manually scroll down up to found node.&lt;/p&gt;&lt;p&gt;Is there a way to bring the searched node up or can set the scroll bar position infront of searched node.&lt;/p&gt;&lt;p&gt;Waiting for your response.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Shailendra Singh&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>Values not updating if set FlyPostBack to true</title><link>http://www.intersoftsolutions.com/Community/Tags/WebTreeView/</link><pubDate>Tue, 15 Mar 2016 15:56:21 GMT</pubDate><dc:creator>shailendra.senger</dc:creator><category>WebTreeView</category><description>&lt;p&gt;My application needs to do server side processing on treeview selected index change, and displays selected &amp;nbsp; &amp;nbsp; node text and enabled status, on the textbox and radiobuttons.&amp;nbsp;&lt;/p&gt;&lt;p&gt;I made&amp;nbsp;FlyPostBack settings to true(so that drag and drop easy), though&amp;nbsp;&lt;span style="font-size: 13.3333px;"&gt;FlyPostBack&amp;nbsp;&lt;/span&gt;is causing postback but &amp;nbsp; &amp;nbsp;not updating the selected node text and enable on&amp;nbsp;the textbox and radiobuttons.&amp;nbsp;&lt;/p&gt;&lt;p&gt;How to get rid of this problem. Please suggest.&lt;/p&gt;</description></item><item><title>Problem in Drag Drop when OnNodeSelectedChange Event causes Postback</title><link>http://www.intersoftsolutions.com/Community/Tags/WebTreeView/</link><pubDate>Fri, 11 Mar 2016 15:53:33 GMT</pubDate><dc:creator>shailendra.senger</dc:creator><category>WebTreeView</category><description>My application binds WebTreeview from a List&amp;lt;Rows&amp;gt; at runtime on Page_Init event. My application contains Webtreeview is on Left side &amp;nbsp;and Tabs (or say Panel) on right side,. For each node selected, I need to display Node Text, ID, Enable etc. on the controls inside Tab (textbox, radio button and checkboxes controls). So I made AutoPostbackSettings settings 'True' for the OnNodeSelect. My application also requires Drag and Drop.&lt;div&gt;But the Drag Drop is not working correctly as when I select a node to drag, it is not draggable until it completes OnNodeSelectedChange event, Is ther any way to allow drag and Drop first then fire OnNodeSelectedChange event.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Please reply me.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;</description></item><item><title>Is there a way to referesh WebTreeView from clientside</title><link>http://www.intersoftsolutions.com/Community/Tags/WebTreeView/</link><pubDate>Thu, 03 Mar 2016 16:34:50 GMT</pubDate><dc:creator>shailendra.senger</dc:creator><category>WebTreeView</category><description>Please let me know how to refresh WebTreeView from ClientSide. I need to refresh Treeview onDragDrop event.&lt;div&gt;I found that there is a functionbelow to refresh but it is from server side.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; WebTreeView1.ClientAction.RefreshModifiedControls();&lt;/div&gt;&lt;/div&gt;&lt;div&gt;But I need to refresh the Treeview from client side.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;</description></item><item><title>How to automaticaly select Newly added node when Autopostback setting for NodeAdd also true</title><link>http://www.intersoftsolutions.com/Community/Tags/WebTreeView/</link><pubDate>Mon, 29 Feb 2016 19:41:05 GMT</pubDate><dc:creator>shailendra.senger</dc:creator><category>WebTreeView</category><category>reeview</category><description>&lt;p&gt;I have requirement to automaticaly select the newly added node, As I also need server side processing so I made Autopostback seetings-OnNodeAdd = true.&lt;/p&gt;&lt;p&gt;I tried calling Select() function of new node &amp;nbsp;'&lt;span style="font-size: 10pt;"&gt;NewNode.Select();' but it is not working.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Please let me know how to automaticaly select newly added node.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Regards,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Shailendra Singh&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebTreeview Scroll Position</title><link>http://www.intersoftsolutions.com/Community/Tags/WebTreeView/</link><pubDate>Fri, 26 Feb 2016 23:16:58 GMT</pubDate><dc:creator>shailendra.senger</dc:creator><category>WebTreeView</category><description>&lt;p&gt;How to maintain WebTreeView scroll position on the postback caused by selected node.&lt;/p&gt;&lt;p&gt;Please answer.&lt;/p&gt;</description></item><item><title>Change Web treeview Node Text Color at Runtime</title><link>http://www.intersoftsolutions.com/Community/Tags/WebTreeView/</link><pubDate>Tue, 02 Feb 2016 16:25:28 GMT</pubDate><dc:creator>shailendra.senger</dc:creator><category>WebTreeView</category><description>&lt;p style="box-sizing: content-box; margin: 10px 0px; padding: 0px; font-family: myriad_set_protext, 'Lucida Grande', Helvetica, sans-serif; font-size: 16px; line-height: 1.5em; color: rgb(51, 51, 51); -webkit-font-smoothing: antialiased; border: 0px; outline-offset: 0px; text-rendering: optimizeLegibility !important; background-color: rgb(255, 255, 255);"&gt;Hi,&lt;/p&gt;&lt;p style="box-sizing: content-box; margin: 10px 0px; padding: 0px; font-family: myriad_set_protext, 'Lucida Grande', Helvetica, sans-serif; font-size: 16px; line-height: 1.5em; color: rgb(51, 51, 51); -webkit-font-smoothing: antialiased; border: 0px; outline-offset: 0px; text-rendering: optimizeLegibility !important; background-color: rgb(255, 255, 255);"&gt;I need to change the color of Intersoft treeview nodes at runtime base of certain condition.&lt;/p&gt;&lt;p style="box-sizing: content-box; margin: 10px 0px; padding: 0px; font-family: myriad_set_protext, 'Lucida Grande', Helvetica, sans-serif; font-size: 16px; line-height: 1.5em; color: rgb(51, 51, 51); -webkit-font-smoothing: antialiased; border: 0px; outline-offset: 0px; text-rendering: optimizeLegibility !important; background-color: rgb(255, 255, 255);"&gt;&lt;span style="box-sizing: content-box; line-height: 1.3; font-size: 10pt; -webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; border: 0px; outline-offset: 0px; text-rendering: optimizeLegibility !important;"&gt;I tried to attach my css class on&amp;nbsp;WebTreeView1_InitializeNode as below but it is not working.&lt;/span&gt;&lt;/p&gt;&lt;p style="box-sizing: content-box; margin: 10px 0px; padding: 0px; font-family: myriad_set_protext, 'Lucida Grande', Helvetica, sans-serif; font-size: 16px; line-height: 1.5em; color: rgb(51, 51, 51); -webkit-font-smoothing: antialiased; border: 0px; outline-offset: 0px; text-rendering: optimizeLegibility !important; background-color: rgb(255, 255, 255);"&gt;protected void WebTreeView1_InitializeNode(object sender, WebTreeViewNodeEventArgs e)&lt;/p&gt;&lt;p style="box-sizing: content-box; margin: 10px 0px; padding: 0px; font-family: myriad_set_protext, 'Lucida Grande', Helvetica, sans-serif; font-size: 16px; line-height: 1.5em; color: rgb(51, 51, 51); -webkit-font-smoothing: antialiased; border: 0px; outline-offset: 0px; text-rendering: optimizeLegibility !important; background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; {&lt;/p&gt;&lt;p style="box-sizing: content-box; margin: 10px 0px; padding: 0px; font-family: myriad_set_protext, 'Lucida Grande', Helvetica, sans-serif; font-size: 16px; line-height: 1.5em; color: rgb(51, 51, 51); -webkit-font-smoothing: antialiased; border: 0px; outline-offset: 0px; text-rendering: optimizeLegibility !important; background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; WebLoanDesignerRow WebLoanRow = (WebLoanDesignerRow)e.Node.Value; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;&lt;p style="box-sizing: content-box; margin: 10px 0px; padding: 0px; font-family: myriad_set_protext, 'Lucida Grande', Helvetica, sans-serif; font-size: 16px; line-height: 1.5em; color: rgb(51, 51, 51); -webkit-font-smoothing: antialiased; border: 0px; outline-offset: 0px; text-rendering: optimizeLegibility !important; background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; switch (WebLoanRow.Level)&lt;/p&gt;&lt;p style="box-sizing: content-box; margin: 10px 0px; padding: 0px; font-family: myriad_set_protext, 'Lucida Grande', Helvetica, sans-serif; font-size: 16px; line-height: 1.5em; color: rgb(51, 51, 51); -webkit-font-smoothing: antialiased; border: 0px; outline-offset: 0px; text-rendering: optimizeLegibility !important; background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/p&gt;&lt;p style="box-sizing: content-box; margin: 10px 0px; padding: 0px; font-family: myriad_set_protext, 'Lucida Grande', Helvetica, sans-serif; font-size: 16px; line-height: 1.5em; color: rgb(51, 51, 51); -webkit-font-smoothing: antialiased; border: 0px; outline-offset: 0px; text-rendering: optimizeLegibility !important; background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; case (int)TreeViewSelectedLevel.Type:&lt;/p&gt;&lt;p style="box-sizing: content-box; margin: 10px 0px; padding: 0px; font-family: myriad_set_protext, 'Lucida Grande', Helvetica, sans-serif; font-size: 16px; line-height: 1.5em; color: rgb(51, 51, 51); -webkit-font-smoothing: antialiased; border: 0px; outline-offset: 0px; text-rendering: optimizeLegibility !important; background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; default:&lt;/p&gt;&lt;p style="box-sizing: content-box; margin: 10px 0px; padding: 0px; font-family: myriad_set_protext, 'Lucida Grande', Helvetica, sans-serif; font-size: 16px; line-height: 1.5em; color: rgb(51, 51, 51); -webkit-font-smoothing: antialiased; border: 0px; outline-offset: 0px; text-rendering: optimizeLegibility !important; background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (WebLoanRow.Enabled == (int)NodeEnabled.Enabled)&lt;/p&gt;&lt;p style="box-sizing: content-box; margin: 10px 0px; padding: 0px; font-family: myriad_set_protext, 'Lucida Grande', Helvetica, sans-serif; font-size: 16px; line-height: 1.5em; color: rgb(51, 51, 51); -webkit-font-smoothing: antialiased; border: 0px; outline-offset: 0px; text-rendering: optimizeLegibility !important; background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; e.Node.CustomStyle = "SetRedColor";&lt;/p&gt;&lt;p style="box-sizing: content-box; margin: 10px 0px; padding: 0px; font-family: myriad_set_protext, 'Lucida Grande', Helvetica, sans-serif; font-size: 16px; line-height: 1.5em; color: rgb(51, 51, 51); -webkit-font-smoothing: antialiased; border: 0px; outline-offset: 0px; text-rendering: optimizeLegibility !important; background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; break;&lt;/p&gt;&lt;p style="box-sizing: content-box; margin: 10px 0px; padding: 0px; font-family: myriad_set_protext, 'Lucida Grande', Helvetica, sans-serif; font-size: 16px; line-height: 1.5em; color: rgb(51, 51, 51); -webkit-font-smoothing: antialiased; border: 0px; outline-offset: 0px; text-rendering: optimizeLegibility !important; background-color: rgb(255, 255, 255);"&gt;}&lt;/p&gt;&lt;p style="box-sizing: content-box; margin: 10px 0px; padding: 0px; font-family: myriad_set_protext, 'Lucida Grande', Helvetica, sans-serif; font-size: 16px; line-height: 1.5em; color: rgb(51, 51, 51); -webkit-font-smoothing: antialiased; border: 0px; outline-offset: 0px; text-rendering: optimizeLegibility !important; background-color: rgb(255, 255, 255);"&gt;Please let me know how CustomStyle property works. and how do i able to change node color at runtime.&lt;/p&gt;&lt;p style="box-sizing: content-box; margin: 10px 0px; padding: 0px; font-family: myriad_set_protext, 'Lucida Grande', Helvetica, sans-serif; font-size: 16px; line-height: 1.5em; color: rgb(51, 51, 51); -webkit-font-smoothing: antialiased; border: 0px; outline-offset: 0px; text-rendering: optimizeLegibility !important; background-color: rgb(255, 255, 255);"&gt;Also if I try to override the node text by below code then color is changing at runtime but nodes are not being selectable anymore.&lt;/p&gt;&lt;p style="box-sizing: content-box; margin: 10px 0px; padding: 0px; font-family: myriad_set_protext, 'Lucida Grande', Helvetica, sans-serif; font-size: 16px; line-height: 1.5em; color: rgb(51, 51, 51); -webkit-font-smoothing: antialiased; border: 0px; outline-offset: 0px; text-rendering: optimizeLegibility !important; background-color: rgb(255, 255, 255);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; e.Node.Text = "&amp;lt;font color='red'&amp;gt;" + e.Node.Text + "&amp;lt;/font&amp;gt;";&lt;/p&gt;&lt;div style="box-sizing: content-box; margin: 0px; padding: 0px; font-family: myriad_set_protext, 'Lucida Grande', Helvetica, sans-serif; line-height: 1.3; font-size: 17px; -webkit-font-smoothing: antialiased; border: 0px; outline-offset: 0px; color: rgb(63, 63, 63); text-rendering: optimizeLegibility !important; background-color: rgb(255, 255, 255);"&gt;&lt;span style="box-sizing: content-box; line-height: 1.3; font-size: 10pt; -webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; border: 0px; outline-offset: 0px; text-rendering: optimizeLegibility !important;"&gt;Please reply me ASAP.&lt;/span&gt;&lt;/div&gt;</description></item></channel></rss>