﻿<?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 - How can I hide a row?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-can-I-hide-a-row/</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>How can I hide a row?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-can-I-hide-a-row/</link><pubDate>Fri, 11 Jun 2010 08:37:24 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi Yixin,&lt;/p&gt;&lt;p&gt;You can hide it by set display none to its element.&lt;/p&gt;
&lt;p&gt;e.g for the first Row&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;function Button2_onclick() 
{
    var grid = ISGetObject("WebGrid1");
    grid.RootTable.GetRow(0).GetElement().style.display = "none";  
}&lt;/pre&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>How can I hide a row?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-can-I-hide-a-row/</link><pubDate>Thu, 10 Jun 2010 21:34:38 GMT</pubDate><dc:creator>gao3251999@sina.com</dc:creator><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;How can I hide a row in a WebGrid?&lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;
&lt;p&gt;yixin&lt;/p&gt;</description></item></channel></rss>