﻿<?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 - Lounge - How to select Newly added node when Autopostback setting for NodeAdd also true</title><link>http://www.intersoftsolutions.com/Community/Lounge/How-to-select-Newly-added-node-when-Autopostback-setting-for-NodeAdd-also-true/</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>How to select Newly added node when Autopostback setting for NodeAdd also true</title><link>http://www.intersoftsolutions.com/Community/Lounge/How-to-select-Newly-added-node-when-Autopostback-setting-for-NodeAdd-also-true/</link><pubDate>Mon, 07 Mar 2016 09:45:06 GMT</pubDate><dc:creator>erwinintersoft</dc:creator><description>&lt;div id="content47028" class="postcontent" style="box-sizing: content-box; margin: 0px 0px 10px; padding: 0px; font-family: myriad_set_protext, 'Lucida Grande', Helvetica, sans-serif; line-height: 18px; font-size: 17px; -webkit-font-smoothing: antialiased; border: 0px; outline-offset: 0px; text-rendering: optimizeLegibility !important;"&gt;&lt;p style="box-sizing: content-box; margin: 10px 0px; padding: 0px; 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;"&gt;Hi,&lt;/p&gt;&lt;p style="box-sizing: content-box; margin: 10px 0px; padding: 0px; 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;"&gt;Seems like you double posted. I replied to your other thread (&lt;a href="http://www.intersoftsolutions.com/Community/Lounge/How-to-automaticaly-select-Newly-added-node-when-Autopostback-setting-for-NodeAdd-also-true/" target="_blank" style="font-size: 17px; line-height: 18px;"&gt;http://www.intersoftsolutions.com/Community/Lounge/How-to-automaticaly-select-Newly-added-node-when-Autopostback-setting-for-NodeAdd-also-true/&lt;/a&gt;&lt;span style="font-size: 10pt; line-height: 1.3;"&gt;).&lt;/span&gt;&lt;/p&gt;&lt;p style="box-sizing: content-box; margin: 10px 0px; padding: 0px; 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;"&gt;Best Regards,&lt;br style="box-sizing: content-box; line-height: 1.3; font-size: 17px; -webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; border: 0px; outline-offset: 0px; text-rendering: optimizeLegibility !important;"&gt;Erwin&lt;/p&gt;&lt;/div&gt;&lt;div id="action47028" class="postcontentaction" style="box-sizing: content-box; margin: 20px 0px 36px; 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; text-rendering: optimizeLegibility !important;"&gt;&lt;div class="postactionleft" style="box-sizing: content-box; margin: 0px; padding: 0px; line-height: 22.1px; -webkit-font-smoothing: antialiased; border: 0px; outline-offset: 0px; float: left; color: rgb(63, 63, 63); text-rendering: optimizeLegibility !important; background-color: rgb(255, 255, 255);"&gt;&lt;/div&gt;&lt;div class="postactionright" style="box-sizing: content-box; margin: 0px; padding: 0px 0px 5px; line-height: 22.1px; -webkit-font-smoothing: antialiased; border: 0px; outline-offset: 0px; float: right; color: rgb(63, 63, 63); text-rendering: optimizeLegibility !important; background-color: rgb(255, 255, 255);"&gt;&lt;/div&gt;&lt;/div&gt;</description></item><item><title>How to select Newly added node when Autopostback setting for NodeAdd also true</title><link>http://www.intersoftsolutions.com/Community/Lounge/How-to-select-Newly-added-node-when-Autopostback-setting-for-NodeAdd-also-true/</link><pubDate>Mon, 29 Feb 2016 19:33:18 GMT</pubDate><dc:creator>shailendra.senger</dc:creator><description>&lt;p&gt;I need to select the new node when it is added through new button. I tried with below code in Client and server side but new node is not comming selected&lt;/p&gt;&lt;p&gt;Cliendt Side:&lt;/p&gt;&lt;p&gt;&amp;nbsp;if (node != null) {&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; node.AddNode(txt, txt);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for (i = 0; i &amp;lt; node.Nodes.length; i++) {&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (i == node.Nodes.length-1) {&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var newNode = node.Nodes[i];&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; newNode.select();&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>