﻿<?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 - WebGrid Enterprise - hierarchical WebGrid expansion and collapsion   problem, </title><link>http://www.intersoftsolutions.com/Community/WebGrid/hierarchical-WebGrid-expansion-and-collapsion-problem/</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>hierarchical WebGrid expansion and collapsion   problem, </title><link>http://www.intersoftsolutions.com/Community/WebGrid/hierarchical-WebGrid-expansion-and-collapsion-problem/</link><pubDate>Tue, 26 Feb 2013 23:30:39 GMT</pubDate><dc:creator>Hans</dc:creator><description>&lt;div&gt;&lt;childtables&gt;&lt;iswebgrid:webgridtable caption="Order Details" datamember="Order Details"&gt;Hello,&lt;/iswebgrid:webgridtable&gt;&lt;/childtables&gt;&lt;/div&gt;
&lt;div&gt;&lt;childtables&gt;&lt;iswebgrid:webgridtable caption="Order Details" datamember="Order Details"&gt;&lt;br&gt;&lt;/br&gt;In order to reproduce your issue on my end, I try to modify one of WebGrid samples, HierarchicalGrid.aspx sample.&lt;br&gt;&lt;/br&gt;I modify the sample, by adding one checker column in WebGrid’s child table.&lt;br&gt;&lt;/br&gt;Here’s the snippet code that I modify:&lt;br&gt;&lt;/br&gt;From:&lt;/iswebgrid:webgridtable&gt;&lt;/childtables&gt;&lt;/div&gt;&lt;pre&gt;&amp;lt;ChildTables&amp;gt;
    &amp;lt;ISWebGrid:WebGridTable Caption="Order Details" DataMember="Order Details"&amp;gt;
        &amp;lt;Columns&amp;gt;
            &amp;lt;ISWebGrid:WebGridColumn Caption="OrderID" DataMember="OrderID" DataType="System.Int32"
                Name="OrderID"&amp;gt;
            &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
            ……
        &amp;lt;/Columns&amp;gt;
    &amp;lt;/ISWebGrid:WebGridTable&amp;gt;
&amp;lt;/ChildTables&amp;gt;&lt;/pre&gt;
&lt;p&gt;To:&lt;/p&gt;&lt;pre&gt;&amp;lt;ChildTables&amp;gt;
    &amp;lt;ISWebGrid:WebGridTable Caption="Order Details" DataMember="Order Details"&amp;gt;
        &amp;lt;Columns&amp;gt;
           &amp;lt;ISWebGrid:WebGridColumn IsRowChecker="true" EditType="Checkbox" ColumnType="CheckBox"
                Name="RowChecker" Width="25px"&amp;gt;
            &amp;lt;ISWebGrid:WebGridColumn Caption="OrderID" DataMember="OrderID" DataType="System.Int32"
                Name="OrderID"&amp;gt;
            &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
            ……
        &amp;lt;/Columns&amp;gt;
    &amp;lt;/ISWebGrid:WebGridTable&amp;gt;
&amp;lt;/ChildTables&amp;gt;&lt;/pre&gt;
&lt;p&gt;I attach the modified sample as well. But unfortunately, I can’t replicate your issue on my end.&lt;br&gt;&lt;/br&gt;&lt;br&gt;&lt;/br&gt;I’m willing to advise you further but in order to do so I would need you to elaborate on your specific scenario and possibly provide me a step by step guide that I can use to observe the problematic behavior.&lt;br&gt;&lt;/br&gt;&lt;br&gt;&lt;/br&gt;Thank you very much.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br&gt;&lt;/br&gt;Hans.&lt;/p&gt;</description></item><item><title>hierarchical WebGrid expansion and collapsion   problem, </title><link>http://www.intersoftsolutions.com/Community/WebGrid/hierarchical-WebGrid-expansion-and-collapsion-problem/</link><pubDate>Tue, 26 Feb 2013 04:17:30 GMT</pubDate><dc:creator>Aswini</dc:creator><description>Hi All,
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;          i do h ave a 'hierarchical WebGrid', for 1st column of every child row i do have a check box to select/deselect the row, but if i collapse the parent then at that paticular time its unchecking all the row check box what ever i have selected before, so how to stop this unchecking of child row check box at the the time of expanding for collaping the grid parent row.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Thanks In Advance,&lt;/div&gt;
&lt;div&gt;Aswini Maharana   &lt;/div&gt;</description></item></channel></rss>