﻿<?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 - Context Menu remove Show client help</title><link>http://www.intersoftsolutions.com/Community/WebGrid/ContextMenuRemoveShowclienthelp/</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>Context Menu remove Show client help</title><link>http://www.intersoftsolutions.com/Community/WebGrid/ContextMenuRemoveShowclienthelp/</link><pubDate>Fri, 13 Nov 2009 03:09:09 GMT</pubDate><dc:creator>gordont</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We dont have the list of contextmenu names but you can check it by debug the menuObject.Items. &lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Gordon Tumewu&lt;/p&gt;</description></item><item><title>Context Menu remove Show client help</title><link>http://www.intersoftsolutions.com/Community/WebGrid/ContextMenuRemoveShowclienthelp/</link><pubDate>Thu, 12 Nov 2009 04:07:14 GMT</pubDate><dc:creator>sivaprasath.mugunthu</dc:creator><description>&lt;p&gt; for help menu item name is "&lt;span style="font-family: 'courier new', tahoma; font-size: 12px; color: rgb(63, 63, 63); line-height: 18px; white-space: pre-wrap; "&gt;mnuHelp", what can i get the details for other items?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Context Menu remove Show client help</title><link>http://www.intersoftsolutions.com/Community/WebGrid/ContextMenuRemoveShowclienthelp/</link><pubDate>Fri, 06 Nov 2009 04:12:57 GMT</pubDate><dc:creator>gordont</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can use the following code in OnRowContextMenu client side event:&lt;/p&gt;&lt;pre&gt;function WebGrid1_OnRowContextMenu(controlId, rowType, rowElement, menuObject)
{
	var WebGrid1 = ISGetObject(controlId);
	menuObject.Items.GetNamedItem("mnuHelp").Hide();
	menuObject.Items.GetNamedItem("mnuRefresh").Text = "Refresh";
	return true;
}&lt;/pre&gt;

&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Gordon Tumewu&lt;/p&gt;</description></item><item><title>Context Menu remove Show client help</title><link>http://www.intersoftsolutions.com/Community/WebGrid/ContextMenuRemoveShowclienthelp/</link><pubDate>Fri, 06 Nov 2009 02:19:18 GMT</pubDate><dc:creator>sivaprasath.mugunthu</dc:creator><description>&lt;p&gt;In the grid, on the right click context menu, i do not want the "show client help" item. How can i remove this?  Also tell me if i want to change the "Refresh Grid" to "Refresh". How can i do this?&lt;/p&gt;</description></item></channel></rss>