﻿<?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 - Expand All option on GroupHeaders doesn't work when PagingMode=VirtualLoad</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Expand-All-option-on-GroupHeaders-doesnt-work-when-PagingModeVirtualLoad/</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>Expand All option on GroupHeaders doesn't work when PagingMode=VirtualLoad</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Expand-All-option-on-GroupHeaders-doesnt-work-when-PagingModeVirtualLoad/</link><pubDate>Tue, 16 Nov 2010 02:48:56 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;I need to discuss this feature request with WebGrid development team.&lt;br/&gt;I’ll get back to you after I heard something from the team.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Thank you for your valuable feedback.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Expand All option on GroupHeaders doesn't work when PagingMode=VirtualLoad</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Expand-All-option-on-GroupHeaders-doesnt-work-when-PagingModeVirtualLoad/</link><pubDate>Mon, 15 Nov 2010 09:29:53 GMT</pubDate><dc:creator>mdearman@libera.com</dc:creator><description>&lt;p&gt;Can this be controlled on a WebGrid property like "IgnoreVirtualLoadModeOnGroupExpandAll"?  Even if the default is to only load 50.  There are some scenarios where I need the user to be able to finish loading all records underneath all groups and automatically expand them.&lt;/p&gt;</description></item><item><title>Expand All option on GroupHeaders doesn't work when PagingMode=VirtualLoad</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Expand-All-option-on-GroupHeaders-doesnt-work-when-PagingModeVirtualLoad/</link><pubDate>Mon, 15 Nov 2010 03:08:51 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;This behavior is not a bug and is by design.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;When a virtual group is loaded, the “Expand All” command can expand the groups automatically. However, the groups that haven’t been fetched won’t be expanded. This is to avoid performance problem if there are a lot of groups that need to be fetched from server.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Please let us hear your response.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Expand All option on GroupHeaders doesn't work when PagingMode=VirtualLoad</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Expand-All-option-on-GroupHeaders-doesnt-work-when-PagingModeVirtualLoad/</link><pubDate>Wed, 19 May 2010 23:47:55 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;When VirtualLoad&amp;trade; and GroupedColumns features are enabled (assuming that VirtualPageSize property is set to 50), WebGrid will try to keep the number of loaded rows not more than 50 rows (to match with the VirtualPageSize property).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;WebGrid will try to expand grouped columns one by one starts from first row and then count the number of loaded rows. After expanding the grouped columns, WebGrid will count how many loaded rows. If the amount of loaded rows is less than 50, then WebGrid will keep this grouped colum expanded; and then try to expand the next grouped column and do counting again. If the amount of loaded rows is exceeding than 50 rows, then WebGrid will collapse the last grouped column.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;When group columns exist in top level Table, all parent group rows will be rendered to clients but only a number of defined rows are rendered counted from the first parent group row. When users click on “&amp;#43;” to expand group row, the control will transparently and virtually load the child rows of that group row.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;I have forwarded the “Expand” and “Expand All” minor glitch to WebGrid development team. A work item, work item #718, has been submitted regarding this issue. I’ll keep you updated with any news I heard from the team regarding this.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Expand All option on GroupHeaders doesn't work when PagingMode=VirtualLoad</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Expand-All-option-on-GroupHeaders-doesnt-work-when-PagingModeVirtualLoad/</link><pubDate>Wed, 19 May 2010 16:27:19 GMT</pubDate><dc:creator>mdearman@libera.com</dc:creator><description>&lt;p&gt;I have a grid groupped by a column (in my sample, one column), where the PagingMode=VirtualLoad and set to load 50 records and VirtualLoadMode=Default.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;On the client-side, when I use the Expand All context menu option, it only expands the currently selected GroupHeader row, even though the next few groups only have a few records each (they didn't hit the 50 record limit during LoadGroup event).&lt;/p&gt;
&lt;p&gt;This is confusing our users because there is no functional difference between "Expand" and "Expand All".   Why doesn't Expand All work properly, even if it has to load all remaining records to the client-side.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;</description></item></channel></rss>