﻿<?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 of webgrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-hide-Accept-all-changes-button-of-webgrid/</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 of webgrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-hide-Accept-all-changes-button-of-webgrid/</link><pubDate>Sun, 07 Oct 2012 22:28:13 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;Please follow our KB article in this &lt;a href="http://www.intersoftpt.com/Support/WebGrid/KB/#permalink=Add-custom-field-into-WebGrid-s-Review-Pending-Changes-dialog-box" target="_blank"&gt;link&lt;/a&gt;. You can learn how to modify the review pending changes form in there.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>How to hide 'Accept all changes' button of webgrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-hide-Accept-all-changes-button-of-webgrid/</link><pubDate>Thu, 04 Oct 2012 10:44:43 GMT</pubDate><dc:creator>tlusby</dc:creator><description>&lt;p&gt;By doing this they won't be able to review their changes.  I just want to disabled or not show the "Accept All Changes" button.  Is this possible?&lt;/p&gt;</description></item><item><title>How to hide 'Accept all changes' button of webgrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-hide-Accept-all-changes-button-of-webgrid/</link><pubDate>Wed, 03 Oct 2012 22:50:43 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;You can also hide the option in BatchUpdateSettings property. Simply set AllowReviewChanges property to false.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>How to hide 'Accept all changes' button of webgrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-hide-Accept-all-changes-button-of-webgrid/</link><pubDate>Wed, 03 Oct 2012 10:17:10 GMT</pubDate><dc:creator>tlusby</dc:creator><description>&lt;p&gt;If you have batch update turned on the grids.  If the user clicks Review Pending Changes (Accept All Changes) button is showing.  How do you remove it from Review Pending Changes?&lt;/p&gt;</description></item><item><title>How to hide 'Accept all changes' button of webgrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-hide-Accept-all-changes-button-of-webgrid/</link><pubDate>Tue, 06 Dec 2011 03:17:11 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;You would need to hide via element. In OnAfterInitialize clientside event, simply set style display as none.&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;function WebGrid1_OnAfterInitialize()
{
        var grid = ISGetObject("WebGrid1");
        grid.GetElement(WG40.STATUSBARCOMMAND, WG40.HTMLROW).childNodes[3].childNodes[0].childNodes[0].childNodes[0].childNodes[1].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 to hide 'Accept all changes' button of webgrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-hide-Accept-all-changes-button-of-webgrid/</link><pubDate>Tue, 06 Dec 2011 00:45:20 GMT</pubDate><dc:creator>soniya</dc:creator><description>&lt;p&gt;How to hide 'Accept all changes' button of webgrid&lt;/p&gt;</description></item></channel></rss>