﻿<?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 to hide 'Accept all changes' button</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-hide-Accept-all-changes-button/</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 to hide 'Accept all changes' button</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-hide-Accept-all-changes-button/</link><pubDate>Tue, 22 Sep 2009 22:48:30 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;Currently, WebGrid does not have a property or function to hide the [Accept All Changes] button from the status bar. However, a workaround is available by accessing the button element and set the css display style to none. This workaround should be implemented during OnInitialize client side event. Here is the snippet: &lt;/p&gt;&lt;pre&gt;function InitializeGrid(gridId) &lt;br /&gt;{&lt;br /&gt;    var grid = ISGetObject(gridId);&lt;br /&gt;    grid.GetElement(WG40.STATUSBARCOMMAND, WG40.HTMLROW).cells[3].childNodes[0].childNodes[0].childNodes[0].childNodes[1].style.display = "none";&lt;br /&gt;}  &lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>How to hide 'Accept all changes' button</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-hide-Accept-all-changes-button/</link><pubDate>Fri, 18 Sep 2009 10:02:27 GMT</pubDate><dc:creator>Zahid</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;In Webgrid Version 7, I need to hide the 'Accept all changes' button from the status bar. How can i do that?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Zahid&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>