﻿<?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 - WebGrid Context Menu customize</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Context-Menu-customize/</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>WebGrid Context Menu customize</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Context-Menu-customize/</link><pubDate>Mon, 18 Apr 2011 00:41:06 GMT</pubDate><dc:creator>lili</dc:creator><description>&lt;p&gt;Hi Kenneth&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;To hide the help option in WebGrid, simply set the AlwaysShowHelpButton property in LayoutSettings to false. But to hide the help option in WebGrid context menu, you need to add this code in your clientside:&lt;/p&gt;&lt;pre&gt;function WebGrid1_OnRowContextMenu(controlId, rowType, rowElement, menuObject)
{
   var WebGrid1 = ISGetObject(controlId); 
   menuObject.Items.GetNamedItem("mnuHelp").Hide();  /* to remove the help context menu */ 
            

   return true;
}&lt;/pre&gt;
&lt;p&gt; I also attach the sample for you. Hope it helps.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Lili Khiung&lt;/p&gt;</description></item><item><title>WebGrid Context Menu customize</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Context-Menu-customize/</link><pubDate>Fri, 15 Apr 2011 14:47:14 GMT</pubDate><dc:creator>headless</dc:creator><description>&lt;p&gt;Dear all,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Please help to provide a sample to show how to hide the help option on contextmenu and webgrid.&lt;/p&gt;
&lt;p&gt;Many Thx.&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>