﻿<?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 - Error with columns frozen in web grid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Error-with-columns-frozen-in-web-grid/</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>Error with columns frozen in web grid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Error-with-columns-frozen-in-web-grid/</link><pubDate>Tue, 29 Sep 2009 00:04:50 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>webgrid column freezing</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;It should work fine. My sample also uses 20 columns and I also use your settings. Please let me know if you also encounter the same error in my sample. If it works fine, try to compare with your sample. Some settings might be missing in replicating the issue. Thanks.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Error with columns frozen in web grid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Error-with-columns-frozen-in-web-grid/</link><pubDate>Mon, 28 Sep 2009 16:07:07 GMT</pubDate><dc:creator>bakin9</dc:creator><category>webgrid column freezing</category><description>&lt;p&gt;Hi Handy,&lt;/p&gt;
&lt;p&gt;I'm not sure I understand the response.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I have about 25 columns in the database. I have 20 columns of these bound in the webgrid. I have MaxFrozenColumn set to 10 and ActiveFrozenColumns set to 5. &lt;/p&gt;
&lt;p&gt;I get this error when I try to move one of the unfrozen columns. &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;What am I doing wrong?&lt;/p&gt;</description></item><item><title>Error with columns frozen in web grid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Error-with-columns-frozen-in-web-grid/</link><pubDate>Sun, 27 Sep 2009 23:38:37 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>webgrid column freezing</category><description>&lt;blockquote&gt;&lt;p&gt;I'm currently working with the version 6.0 of the webgrid. I have about &lt;b&gt;20 columns databound&lt;/b&gt; to an objectdatasource. &lt;b&gt;5 of those columns&lt;/b&gt; are frozen with the following:&lt;/p&gt;&lt;span style="font-size: 13px; "&gt;grid.RootTable.Layout.FreezePaneSettings.ActiveFrozenColumns = 5; 
&lt;p&gt;grid.RootTable.Layout.FreezePaneSettings.ShowInContextMenu = &lt;span style="color: rgb(0, 0, 255); font-size: 13px; "&gt;&lt;span style="color: rgb(0, 0, 255); font-size: 13px; "&gt;false&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; "&gt;; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;When I run the grid, I intermittently get an error - "Freeze Pane cannot be activated on this column because it has exceeded the maximum size of scrollable viewport".&lt;/p&gt;&lt;/span&gt;&lt;/blockquote&gt;
You said that you have 20 columns databound. But how many columns in your WebGrid?&lt;br /&gt;&lt;br /&gt;e.g&lt;br /&gt;I have 20 columns on my database but i only bind 10 columns into WebGrid. If i apply your FreezePaneSettings, of course i would get the error.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;MaxFrozenColumn&lt;/b&gt;&amp;nbsp;&amp;gt;&amp;gt; these property only allows&lt;b&gt; half of your total columns&lt;/b&gt; for its maximum size value.&lt;br /&gt;&lt;b&gt;ActiveFrozenColumns&lt;/b&gt;&amp;gt;&amp;gt; must not be &lt;b&gt;equal&lt;/b&gt;&amp;nbsp;or larger than &lt;b&gt;MaxFrozenColumn&lt;/b&gt;&amp;nbsp;maximum size value.&lt;br /&gt;&lt;br /&gt;
&lt;div&gt;Hope this information helps.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</description></item><item><title>Error with columns frozen in web grid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Error-with-columns-frozen-in-web-grid/</link><pubDate>Thu, 24 Sep 2009 16:09:07 GMT</pubDate><dc:creator>bakin9</dc:creator><category>webgrid column freezing</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm currently working with the version 6.0 of the webgrid. I have about 20 columns databound to an objectdatasource. 5 of those columns are frozen with the following:&lt;/p&gt;&lt;span style="font-size: 13px"&gt;grid.RootTable.Layout.FreezePaneSettings.ActiveFrozenColumns = 5; &lt;p&gt;grid.RootTable.Layout.FreezePaneSettings.ShowInContextMenu = &lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;false&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;; &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I run&amp;nbsp;the grid, I intermittently get an error - "Freeze Pane cannot be activated on this column because it has exceeded the maximum size of scrollable viewport".&lt;/p&gt;&lt;p&gt;This seems to happen (not sure if there are other scenarios) if I have the browser window NOT maximized with some scrollable content to the left and I move a column.&lt;/p&gt;&lt;p&gt;Can anyone help talke a look at this?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Bunmi&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I run&amp;nbsp;the grid, I intermittently get an error - "Freeze Pane cannot be activated on this column because it has exceeded the maximum size of scrollable viewport".&lt;/p&gt;&lt;p&gt;This seems to happen (not sure if there are other scenarios) if I have the browser window NOT maximized with some scrollable content to the left and I move a column.&lt;/p&gt;&lt;p&gt;Can anyone help talke a look at this?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Bunmi&lt;/p&gt;&lt;/span&gt;</description></item></channel></rss>