﻿<?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 - Freeze columns from client side on the grid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Freeze-columns-from-client-side-on-the-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>Freeze columns from client side on the grid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Freeze-columns-from-client-side-on-the-grid/</link><pubDate>Sun, 08 Nov 2009 23:28:48 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;If you already set the FreezePaneSetting during design time, you could use this snippet to Freeze or Unfreeze the pane on the client side:&lt;/p&gt;&lt;pre&gt;function FreezeGrid() {&lt;br /&gt;    var grid = ISGetObject('WebGrid1');&lt;br /&gt;    grid.LayoutSettings.FreezePaneSettings.ActiveFrozenColumns = 2;&lt;br /&gt;    grid.FreezePane(true);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;function UnfreezeGrid() {&lt;br /&gt;    var grid = ISGetObject('WebGrid1');&lt;br /&gt;    grid.UnfreezePane();&lt;br /&gt;}&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The function will be similar with the Freeze Pane and Unfreeze Pane in the WebGrid context menu.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Freeze columns from client side on the grid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Freeze-columns-from-client-side-on-the-grid/</link><pubDate>Wed, 04 Nov 2009 09:12:10 GMT</pubDate><dc:creator>bakin9</dc:creator><description>&lt;p&gt;HI Glenn,&lt;/p&gt;
&lt;p&gt;I am aware of how to accomplish this on the server side. I was looking for a way to do this from the client side without incurring a &lt;strong&gt;postback&lt;/strong&gt;. I also know that you can right click on the column header and select "Freeze Column" and this activates the freezing directly on client side with no post back exactly what I am trying to achieve.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;If there was a javascript function or method I could call (maybe the same one the menu item calls), it would be very helpful as we're having many problems with postbacks.&lt;/p&gt;</description></item><item><title>Freeze columns from client side on the grid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Freeze-columns-from-client-side-on-the-grid/</link><pubDate>Wed, 04 Nov 2009 04:19:46 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;&lt;span id="pagetitle"&gt;ColumnFreezing still need to be done on server side. You could invoke server side functionality from the client side, an article in the WebGrid documentation already detailed this behavior, the article is titled &lt;i&gt;Advanced Client-Server Interaction Sample.&lt;/i&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Freeze columns from client side on the grid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Freeze-columns-from-client-side-on-the-grid/</link><pubDate>Tue, 03 Nov 2009 16:50:37 GMT</pubDate><dc:creator>bakin9</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I was wondering if there is a way to freeze a group of columns from the client side. Similar to what can be done server side using ActiveFrozenColumns = X?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item></channel></rss>