<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Preserving the open nodes in AdvancedDataGrid after re-grouping</title>
	<atom:link href="http://techrays.wordpress.com/2008/11/19/preserving-the-open-nodes-in-advanceddatagrid-after-re-grouping/feed/" rel="self" type="application/rss+xml" />
	<link>http://techrays.wordpress.com/2008/11/19/preserving-the-open-nodes-in-advanceddatagrid-after-re-grouping/</link>
	<description>Not everything about technology, but close....</description>
	<lastBuildDate>Thu, 24 Dec 2009 04:56:05 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sameer</title>
		<link>http://techrays.wordpress.com/2008/11/19/preserving-the-open-nodes-in-advanceddatagrid-after-re-grouping/#comment-1232</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Fri, 06 Nov 2009 04:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=22#comment-1232</guid>
		<description>I don&#039;t think I got your issue. Can you explain a little more.
A simple sample will help.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think I got your issue. Can you explain a little more.<br />
A simple sample will help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://techrays.wordpress.com/2008/11/19/preserving-the-open-nodes-in-advanceddatagrid-after-re-grouping/#comment-1225</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 03 Nov 2009 16:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=22#comment-1225</guid>
		<description>Hi Sameer,
What ever I do the values from the Array ddArr does not get populated in the PopUPMenu Button.
I have an advanced data grid , with 8 columns one of the columns i want the 8 th column as a POPUPMenu Button,  and when I click on the menu item it should navigate to a url value which is in the Array dArr. Array dArr has 2 values ,how can i do this I have tried many things.
 Array dArr has the values [dd.label,dd.url] and some valuses in the array has more than one occurence, I mean [dd.label1,dd.url1],[dd.label2,dd.url2]. 
The values to be populated in the POPUPMenuButton , i have in an array ddArr.
please help me out.

&lt;!-- Dashboard Main Service Summary table --&gt; 

  
    .hStyle { fontWeight:bold; fontFamily:Verdana; fontSize:12; align:center; }
  
  
     0 )
               {
               
                   ddLabel= ddRest.substring( 0, ddidx ); 
                  
                   ddRest= ddRest.substring(ddidx + 1  );
                    ddidx = ddRest.indexOf(&quot;&#124;&quot;); 
               if(       ddidx &gt; 0)
               {
              // ddUrl= ddRest.substring(ddidx + 1  );
                ddUrl= ddRest.substring(0, ddidx   );   
              
                 ddRest= ddRest.substring(ddidx + 1  );
                     ddidx = ddRest.indexOf(&quot;&#124;&quot;); 
               }
               
                  dObj.label=  ddLabel;
                  dObj.url=    ddUrl;
                 ddArr.addItem(dObj);
               
               }
               popUpB=new PopUpMenuButton();
               myMenu = new Menu();   
               myMenu.labelField = &quot;Action&quot;;
                myMenu.showRoot = true;
                myMenu.width = popUpB.width;
                myMenu.selectedIndex = 0; 
                myMenu.dataProvider =  ddArr;
                     
               // myMenu.addEventListener(&quot;itemClick&quot;, itemClickHandler);
               
               popUpB.popUp = myMenu;
 
dp.addItem( { &quot;Index&quot;:xd[0], &quot;Service&quot;:xd[1], &quot;Priority&quot;:xd[2], &quot;Current SLA&quot;:xd[3],&quot;Health&quot;:xd[4], &quot;Quality&quot;:xd[5], 
                          &quot;Risk&quot;:xd[6], &quot;Avail&quot;:xd[7], &quot;OpMode&quot;:xd[8], &quot;dd&quot;:popUpB} );
 dp = dpSrv;
  gc.source=dp;   
       gc.refresh();

 ]]&gt;

 

 
  



              
                    
                        
                          &lt;!--  --&gt; 
                             
                        
                    
                  
               &lt;!--    --&gt;
                     
            
            


            
                 
                             
               
               
        
              
            
 
 


thanks in advance, 
Tom.</description>
		<content:encoded><![CDATA[<p>Hi Sameer,<br />
What ever I do the values from the Array ddArr does not get populated in the PopUPMenu Button.<br />
I have an advanced data grid , with 8 columns one of the columns i want the 8 th column as a POPUPMenu Button,  and when I click on the menu item it should navigate to a url value which is in the Array dArr. Array dArr has 2 values ,how can i do this I have tried many things.<br />
 Array dArr has the values [dd.label,dd.url] and some valuses in the array has more than one occurence, I mean [dd.label1,dd.url1],[dd.label2,dd.url2].<br />
The values to be populated in the POPUPMenuButton , i have in an array ddArr.<br />
please help me out.</p>
<p><!-- Dashboard Main Service Summary table --> </p>
<p>    .hStyle { fontWeight:bold; fontFamily:Verdana; fontSize:12; align:center; }</p>
<p>     0 )<br />
               {</p>
<p>                   ddLabel= ddRest.substring( 0, ddidx ); </p>
<p>                   ddRest= ddRest.substring(ddidx + 1  );<br />
                    ddidx = ddRest.indexOf(&#8220;|&#8221;);<br />
               if(       ddidx &gt; 0)<br />
               {<br />
              // ddUrl= ddRest.substring(ddidx + 1  );<br />
                ddUrl= ddRest.substring(0, ddidx   );   </p>
<p>                 ddRest= ddRest.substring(ddidx + 1  );<br />
                     ddidx = ddRest.indexOf(&#8220;|&#8221;);<br />
               }</p>
<p>                  dObj.label=  ddLabel;<br />
                  dObj.url=    ddUrl;<br />
                 ddArr.addItem(dObj);</p>
<p>               }<br />
               popUpB=new PopUpMenuButton();<br />
               myMenu = new Menu();<br />
               myMenu.labelField = &#8220;Action&#8221;;<br />
                myMenu.showRoot = true;<br />
                myMenu.width = popUpB.width;<br />
                myMenu.selectedIndex = 0;<br />
                myMenu.dataProvider =  ddArr;</p>
<p>               // myMenu.addEventListener(&#8220;itemClick&#8221;, itemClickHandler);</p>
<p>               popUpB.popUp = myMenu;</p>
<p>dp.addItem( { &#8220;Index&#8221;:xd[0], &#8220;Service&#8221;:xd[1], &#8220;Priority&#8221;:xd[2], &#8220;Current SLA&#8221;:xd[3],&#8221;Health&#8221;:xd[4], &#8220;Quality&#8221;:xd[5],<br />
                          &#8220;Risk&#8221;:xd[6], &#8220;Avail&#8221;:xd[7], &#8220;OpMode&#8221;:xd[8], &#8220;dd&#8221;:popUpB} );<br />
 dp = dpSrv;<br />
  gc.source=dp;<br />
       gc.refresh();</p>
<p> ]]&gt;</p>
<p>                          &lt;!&#8211;  &#8211;&gt; </p>
<p>               &lt;!&#8211;    &#8211;&gt;</p>
<p>thanks in advance,<br />
Tom.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer</title>
		<link>http://techrays.wordpress.com/2008/11/19/preserving-the-open-nodes-in-advanceddatagrid-after-re-grouping/#comment-1209</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Tue, 13 Oct 2009 05:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=22#comment-1209</guid>
		<description>So, the two xmls are different. You need to have a unique property in your xml. Try these steps - 
1.	Add a new property – lets say uid which is unique for every item. You can change it  to any property which you think will be unique.
2.	Since the item fetched from the Server will be different from the items already present. Find an item in the already existing items which has the same uid as that of the item you got from the Server. Now expand the item.</description>
		<content:encoded><![CDATA[<p>So, the two xmls are different. You need to have a unique property in your xml. Try these steps &#8211;<br />
1.	Add a new property – lets say uid which is unique for every item. You can change it  to any property which you think will be unique.<br />
2.	Since the item fetched from the Server will be different from the items already present. Find an item in the already existing items which has the same uid as that of the item you got from the Server. Now expand the item.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shajil</title>
		<link>http://techrays.wordpress.com/2008/11/19/preserving-the-open-nodes-in-advanceddatagrid-after-re-grouping/#comment-1205</link>
		<dc:creator>Shajil</dc:creator>
		<pubDate>Wed, 07 Oct 2009 16:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=22#comment-1205</guid>
		<description>Hi sameer,

Same mentioned issue.I have adg with hierrarchical data.I am keeping the opennodes XML when making the server call.But not able to open with expandItem(previous XML) .What could be wrong.Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi sameer,</p>
<p>Same mentioned issue.I have adg with hierrarchical data.I am keeping the opennodes XML when making the server call.But not able to open with expandItem(previous XML) .What could be wrong.Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shajil</title>
		<link>http://techrays.wordpress.com/2008/11/19/preserving-the-open-nodes-in-advanceddatagrid-after-re-grouping/#comment-1204</link>
		<dc:creator>Shajil</dc:creator>
		<pubDate>Wed, 07 Oct 2009 16:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=22#comment-1204</guid>
		<description>Hi sameer</description>
		<content:encoded><![CDATA[<p>Hi sameer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer</title>
		<link>http://techrays.wordpress.com/2008/11/19/preserving-the-open-nodes-in-advanceddatagrid-after-re-grouping/#comment-1200</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Wed, 07 Oct 2009 08:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=22#comment-1200</guid>
		<description>Do you mean multiple level of Grouping?
Which icon should the user right click for selecting the grouping?</description>
		<content:encoded><![CDATA[<p>Do you mean multiple level of Grouping?<br />
Which icon should the user right click for selecting the grouping?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mili</title>
		<link>http://techrays.wordpress.com/2008/11/19/preserving-the-open-nodes-in-advanceddatagrid-after-re-grouping/#comment-1199</link>
		<dc:creator>Mili</dc:creator>
		<pubDate>Wed, 07 Oct 2009 07:53:27 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=22#comment-1199</guid>
		<description>I need to do different grouping for each level in the tree, the user will right click on the icon and select which grouping is relevant for the specific level, is it possible?</description>
		<content:encoded><![CDATA[<p>I need to do different grouping for each level in the tree, the user will right click on the icon and select which grouping is relevant for the specific level, is it possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer</title>
		<link>http://techrays.wordpress.com/2008/11/19/preserving-the-open-nodes-in-advanceddatagrid-after-re-grouping/#comment-1158</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Mon, 13 Jul 2009 09:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=22#comment-1158</guid>
		<description>You can use SharedObject to store the open nodes for a particular user. Also, make sure to set up the UID as shown in the sample.</description>
		<content:encoded><![CDATA[<p>You can use SharedObject to store the open nodes for a particular user. Also, make sure to set up the UID as shown in the sample.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikram</title>
		<link>http://techrays.wordpress.com/2008/11/19/preserving-the-open-nodes-in-advanceddatagrid-after-re-grouping/#comment-1154</link>
		<dc:creator>vikram</dc:creator>
		<pubDate>Wed, 08 Jul 2009 11:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=22#comment-1154</guid>
		<description>Hi Sameer,
 i have similar problem for remembering the open nodes of advanced datagrid .i m very new to this tool .By going through ur post and these suggestion i tried to do it own but couln,t succeed.So could u pls help me if u have any relevent code for this here i will just detail my problem.

Actually i have to save the state of my Advanced datagrid as if one row is opened it should be opened once the user is logged in agin.Maens if i checked for two rows and log out and once wil be back these two nodes should be remain open. How can i do it with my web application. As how can i save state for every user .

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Sameer,<br />
 i have similar problem for remembering the open nodes of advanced datagrid .i m very new to this tool .By going through ur post and these suggestion i tried to do it own but couln,t succeed.So could u pls help me if u have any relevent code for this here i will just detail my problem.</p>
<p>Actually i have to save the state of my Advanced datagrid as if one row is opened it should be opened once the user is logged in agin.Maens if i checked for two rows and log out and once wil be back these two nodes should be remain open. How can i do it with my web application. As how can i save state for every user .</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer</title>
		<link>http://techrays.wordpress.com/2008/11/19/preserving-the-open-nodes-in-advanceddatagrid-after-re-grouping/#comment-1150</link>
		<dc:creator>Sameer</dc:creator>
		<pubDate>Thu, 02 Jul 2009 04:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://techrays.wordpress.com/?p=22#comment-1150</guid>
		<description>Are you setting up the UID for the group nodes just like I&#039;ve shown in the sample?</description>
		<content:encoded><![CDATA[<p>Are you setting up the UID for the group nodes just like I&#8217;ve shown in the sample?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
