﻿<?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 - Hide a Column using Clientside Script NOT WORKING</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Hide-a-Column-using-Clientside-Script-NOT-WORKING/</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>Hide a Column using Clientside Script NOT WORKING</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Hide-a-Column-using-Clientside-Script-NOT-WORKING/</link><pubDate>Fri, 17 Jun 2016 04:36:08 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Could you please test the sample of WebCombo, LinkedWebCombo_Multiple.aspx, and let me know the result?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Per my test (using WebCombo 6.0.7200.260 and WebUI.NET Framework 3.0.5000.972), there is no problem with the sample. The CategoryID column is hidden from the WebCombo's ResultBox (of Category WebCombo).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;It was tested on IE 11, Chrome 51, and Firefox 47.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Look forward to hearing back from you.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Hide a Column using Clientside Script NOT WORKING</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Hide-a-Column-using-Clientside-Script-NOT-WORKING/</link><pubDate>Thu, 16 Jun 2016 20:37:15 GMT</pubDate><dc:creator>sreeji.vijayan@pcctg.com</dc:creator><description>&lt;p&gt;Hi Yudi,&lt;/p&gt;&lt;p&gt;None of the solution are working for us, for webgrid using the provided script is not working and even for web-combo we are unable to hide the columns or datavalue field is getting disolayed. Let me know what time works for you, so that if requried we can either have a call or settup the web-ex session.&lt;/p&gt;</description></item><item><title>Hide a Column using Clientside Script NOT WORKING</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Hide-a-Column-using-Clientside-Script-NOT-WORKING/</link><pubDate>Tue, 14 Jun 2016 06:48:07 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Thank you for reaching us.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;You can use &lt;strong&gt;Hidden&lt;/strong&gt; property (which specifies whether the column should be displayed or hidden) in order to hide them from your multiple-column WebCombo.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;You will find that the CategoryID column in &lt;a href="http://live.intersoftsolutions.com/cs/WebCombo/LinkedWebCombo_Multiple.aspx?noframe=1" target="_blank"&gt;this&lt;/a&gt; sample is hidden using this technique. Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Hide a Column using Clientside Script NOT WORKING</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Hide-a-Column-using-Clientside-Script-NOT-WORKING/</link><pubDate>Mon, 13 Jun 2016 20:36:41 GMT</pubDate><dc:creator>sreeji.vijayan@pcctg.com</dc:creator><description>&lt;p&gt;We have the issue with webcombo with multi column layout, where application requires few columns to be hidden and other to display, currently we new webcombo how to achieve it.&lt;/p&gt;</description></item><item><title>Hide a Column using Clientside Script NOT WORKING</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Hide-a-Column-using-Clientside-Script-NOT-WORKING/</link><pubDate>Mon, 27 Jul 2015 04:54:50 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;following Javascript code will hide the column using Grid's built-in AJAX request.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;script type="text/javascript"&amp;gt;
    
        function HideColumn()
        {
            var grid = ISGetObject("WebGrid1");
            var col = grid.RootTable.Columns.GetNamedItem("EmployeeID");
            
            col.Set("Visible", "false", true);
            grid.RefreshAll();
        }
        
    &amp;lt;/script&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;This approach should be more solid since the Grid will re-initialize all settings after the column is removed.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I have tested the solution on IE 11; Chrome 43; and Mozilla Firefox 39 (with AllowAddNew enabled). Please let us know whether this helps or not.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Hide a Column using Clientside Script NOT WORKING</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Hide-a-Column-using-Clientside-Script-NOT-WORKING/</link><pubDate>Mon, 13 Jul 2015 17:07:34 GMT</pubDate><dc:creator>sreeji.vijayan@pcctg.com</dc:creator><description>&lt;p&gt;Hi Intersoft,&lt;br&gt;&lt;br&gt;previously We have used intersoft controls (intersoft webgrid 4.0, intersoft webcombo 3.0) in our project and now we have upgraded the controls to Webgrid 9.0.7200.1 and webcombo 6.0.7200.260 to make the project compatible in all browsers , After the upgradation we are facing some problem with intersoft webgrid.&lt;br&gt;&lt;br&gt;There is a scenario of hiding some of the columns in webgrid.&lt;br&gt;Previously to hide the columns in webgrid we have used the property 'Width=0px' and it is working fine for the old version but it didnt work after upgrading the webgrid.&lt;br&gt;&lt;br&gt;So we have gone through your website and found the below link to hide columns in webgrid&lt;br&gt;&lt;br&gt;http://www.intersoftpt.com/Support/WebGrid/KB/Hide-a-Column-using-Clientside-Script/&lt;br&gt;&lt;br&gt;This solution worked only in only in Internet Explorer but it is not working for Google Chrome, Mozilla Firefox, Safari.&lt;br&gt;&lt;br&gt;The webgrids work good if there is no add new record functionality, but the problem comes when we have the functionality of add new records in the web grid.&lt;br&gt;&lt;br&gt;Please provide a solution to this problem as soon as possible.&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>