﻿<?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 - Javascript error when AllowContextMenu="False" and  ShowColumnAction="True"</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Javascript-error-when-AllowContextMenuFalse-and-ShowColumnActionTrue/</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>Javascript error when AllowContextMenu="False" and  ShowColumnAction="True"</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Javascript-error-when-AllowContextMenuFalse-and-ShowColumnActionTrue/</link><pubDate>Mon, 22 Mar 2010 07:24:46 GMT</pubDate><dc:creator>julia</dc:creator><description>&lt;p&gt;Hi Andrzej,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thank you for the details. I can replicate your issue and I have forwarded it to our development team. For now if you don't want to access Context Menu you can try the workaround for this. You need to keep the Allow Context Menu to true and then you could add clientside-event OnRowContextMenu as show in the snippet below :&lt;/p&gt;&lt;pre&gt;function WebGrid1_OnRowContextMenu(controlId, rowType, rowElement, menuObject)
            {
                  var WebGrid1 = ISGetObject(controlId);                
                  return false;
            }
&lt;/pre&gt;

&lt;p&gt;I will inform you for any news regarding this issue. Please let me know if the code helps or not. Thank you.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Julia&lt;/p&gt;</description></item><item><title>Javascript error when AllowContextMenu="False" and  ShowColumnAction="True"</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Javascript-error-when-AllowContextMenuFalse-and-ShowColumnActionTrue/</link><pubDate>Fri, 19 Mar 2010 06:51:12 GMT</pubDate><dc:creator>ands</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Yes, your example works fine, but try to change your LayoutSettings to:&lt;/p&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;
&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;LayoutSettings&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &lt;/span&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;AllowContextMenu&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;="False"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &lt;/span&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;ShowColumnAction&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;="True"&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;LayoutSettings&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I've received javascript error  &lt;/p&gt;
&lt;p&gt;Brak definicji 'wga7958'   (English: There's no definition)&lt;/p&gt;
&lt;p&gt;in line: &lt;/p&gt;&lt;span style="font-size: 13px"&gt;wga7958.m4c582(v5e694,v96a93[1],&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;false&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;,&lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;"Column"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;,v0ee94);&lt;/span&gt;

&lt;p&gt;&lt;span style="font-size: 13px"&gt;&lt;/span&gt; &lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 13px"&gt;regards&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 13px"&gt;Andrzej&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Javascript error when AllowContextMenu="False" and  ShowColumnAction="True"</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Javascript-error-when-AllowContextMenuFalse-and-ShowColumnActionTrue/</link><pubDate>Fri, 19 Mar 2010 05:53:52 GMT</pubDate><dc:creator>julia</dc:creator><description>&lt;p&gt;Hi Andrzej,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I have tested your scenario with the same version of yours but they works fine. May I know the error message that you got? Or any screenshot of your error would be very helpful to investigate your issue.&lt;/p&gt;
&lt;p&gt;Here I attach my simple sample that I used to tested this issue. Could you run it in your place and let me know if the error still occur or not? Thank you.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Julia&lt;/p&gt;</description></item><item><title>Javascript error when AllowContextMenu="False" and  ShowColumnAction="True"</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Javascript-error-when-AllowContextMenuFalse-and-ShowColumnActionTrue/</link><pubDate>Thu, 18 Mar 2010 08:06:06 GMT</pubDate><dc:creator>ands</dc:creator><description>&lt;p&gt;Hello &lt;/p&gt;
&lt;p&gt;When I set &lt;/p&gt;
&lt;p&gt;AllowContextMenu="False" ShowColumnAction="True"&lt;/p&gt;
&lt;p&gt;javascript error occur&lt;/p&gt;
&lt;p&gt;WebGrid 7.0.7200.401&lt;/p&gt;
&lt;p&gt;Framework v 3.0.5000.751&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Andrzej&lt;/p&gt;</description></item></channel></rss>