﻿<?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 - User specific layouts</title><link>http://www.intersoftsolutions.com/Community/WebGrid/User-specific-layouts/</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>User specific layouts</title><link>http://www.intersoftsolutions.com/Community/WebGrid/User-specific-layouts/</link><pubDate>Wed, 04 Sep 2013 23:12:01 GMT</pubDate><dc:creator>bernard</dc:creator><description>&lt;p&gt;Hi Ajaya Kumar,&lt;/p&gt;&lt;p&gt;To dynamically change WebGrid layout, maybe you can populate the data in WebGrid OnInitializeDataSource event. Then you can clear cache data and retrieve its structure from data that you populate in OnPrepareDataBinding event. &lt;/p&gt;&lt;pre&gt;WebGrid1.ClearCachedDataSource();
WebGrid1.RetrieveStructure();&lt;/pre&gt;
&lt;p&gt;With this method, WebGrid structure will be the same as the data structure that you bind in OnInitializeDataSource event. WebGrid also doesn't have any limitation of users to perform this method. However, I don't really understand the specific scenario that you want to achieve. Could you explain me more detail about the scenario that you want to achieve? I will gladly help you to achieve it. Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Bernard&lt;/p&gt;</description></item><item><title>User specific layouts</title><link>http://www.intersoftsolutions.com/Community/WebGrid/User-specific-layouts/</link><pubDate>Tue, 03 Sep 2013 11:33:13 GMT</pubDate><dc:creator>AK67</dc:creator><description>&lt;p&gt;I have a base transaction table and I would like to create user specific grid layouts varies from user to user based on their transaction review requirements.&lt;/p&gt;
&lt;p&gt;Would WebUI allow me to create user specific layouts and is there any limitation on number of users&lt;/p&gt;</description></item></channel></rss>