﻿<?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 - Lounge - WebGrid shown error</title><link>http://www.intersoftsolutions.com/Community/Lounge/WebGrid-shown-error/</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 shown error</title><link>http://www.intersoftsolutions.com/Community/Lounge/WebGrid-shown-error/</link><pubDate>Thu, 12 Feb 2015 02:58:37 GMT</pubDate><dc:creator>leo.c</dc:creator><description>&lt;p&gt;Hi x-rookie,&lt;/p&gt;&lt;p&gt;&lt;br&gt;You could attach the javascript to windows onpaint event if WebGrid OnInitialize event doesn't work for you. The point is, you need to run that script before WebInput was initialized.&amp;nbsp;&lt;span style="font-size: 10pt;"&gt;As a reference, I have attached a simple working sample. Please have the sample evaluated on your end by adding it to Webgrid sample which is included in the installation folder.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;Best Regards,&lt;/p&gt;&lt;p&gt;Leo&lt;/p&gt;</description></item><item><title>WebGrid shown error</title><link>http://www.intersoftsolutions.com/Community/Lounge/WebGrid-shown-error/</link><pubDate>Mon, 09 Feb 2015 04:46:03 GMT</pubDate><dc:creator>x-rookie</dc:creator><description>&lt;p&gt;I'm sorry that I use your event code and it doesn't work.Could you give me a complete sample about this? thank you&lt;br&gt;&lt;/p&gt;</description></item><item><title>WebGrid shown error</title><link>http://www.intersoftsolutions.com/Community/Lounge/WebGrid-shown-error/</link><pubDate>Mon, 26 Jan 2015 08:07:16 GMT</pubDate><dc:creator>leo.c</dc:creator><description>&lt;p&gt;Hi x-rookie,&lt;/p&gt;&lt;p&gt;&lt;br&gt;Regarding the missing WebGrid line, there is a possibility that it is a bug from WebInput that overwrite WebGrid style. For the time being, you could use the following hack technique to solve it.&lt;/p&gt;&lt;p&gt;Run the following function on WebGrid OnInitialize ClientSide Event:&lt;br&gt;&lt;/p&gt;&lt;pre&gt;function WebGrid1_OnInitialize() {	style = document.createElement("style");
	if (document.getElementById("ISWebUI_Styles"))
		style.innerHTML = document.getElementById("ISWebUI_Styles").innerHTML;
	document.head.appendChild(style);
}&lt;/pre&gt;&lt;p&gt;That should solve it.&lt;/p&gt;&lt;p&gt;Regarding PopUp window, Please elaborate on your specific scenario and possibly give me a simple sample that I can use to observe the problematic behaviour.&lt;/p&gt;&lt;p&gt;&lt;br&gt;Best Regards,&lt;/p&gt;&lt;p&gt;Leo&lt;/p&gt;</description></item><item><title>WebGrid shown error</title><link>http://www.intersoftsolutions.com/Community/Lounge/WebGrid-shown-error/</link><pubDate>Thu, 22 Jan 2015 06:11:16 GMT</pubDate><dc:creator>x-rookie</dc:creator><description>&lt;p&gt;I use Webinput calendar at the top of the page and there is a search button beside it,and the webgrid is shown&amp;nbsp;in the&amp;nbsp;webinput below.When I click the button, the result is shown in the webgrid,but&amp;nbsp;there is no&amp;nbsp;webgrid line in it,and when I click the&amp;nbsp;detail to show the popup window,the window can't open.If I delete the webinput calendar,everything is OK.The webgrid and the page have no particular css style,so please tell me why?How can I solve it?&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>