﻿<?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 Show and Hide client side issues</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Show-and-Hide-client-side-issues/</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 Show and Hide client side issues</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Show-and-Hide-client-side-issues/</link><pubDate>Sun, 15 Nov 2009 22:49:13 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui', 'sans-serif'; color: #1f497d; font-size: 9pt"&gt;Glad to hear the good news. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui', 'sans-serif'; color: #1f497d; font-size: 9pt"&gt;Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebGrid Show and Hide client side issues</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Show-and-Hide-client-side-issues/</link><pubDate>Wed, 11 Nov 2009 05:20:07 GMT</pubDate><dc:creator>Mark.R.P</dc:creator><description>&lt;p&gt;Hi Yudi, I have tested your sample and implemented your proposed solution into my application and I can confirm that the grids are now behaving exactly as I need them to.&lt;/p&gt;
&lt;p&gt;Thanks for your assistance.&lt;/p&gt;</description></item><item><title>WebGrid Show and Hide client side issues</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Show-and-Hide-client-side-issues/</link><pubDate>Wed, 11 Nov 2009 03:09:34 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I checked your code and found out that you put the grid into a div container that its display property is set to “none” in order to hide the content of the div (the content is WebGrid) and you are also use Show()/Hide() method to set the display of WebGrid. Actually, you can choose to use one of the method above (by putting the grid in a div container and set the container display property to “none”; or by using Show()/Hide() method to set the visibility of WebGrid).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;You’ve come so close with your desired behavior. One thing that left behind is hide the grid on OnClosed client side event of WebDialogBox.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I enclosed the modified version of your sample. please have the modified sample tested on your end and let me know whether this helps or not.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebGrid Show and Hide client side issues</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-Show-and-Hide-client-side-issues/</link><pubDate>Tue, 10 Nov 2009 20:15:46 GMT</pubDate><dc:creator>Mark.R.P</dc:creator><description>&lt;p&gt;I have a page that has 1 WebDialogBox with 7 WebGrids on it. The page also has 7 buttons. Depending on which button is clicked the WebDialogBox will be shown and the corrersponding grid will be set to visible using grid.Show() while the other 6 grids are hidden using grid.Hide() from the client side. This works correctly the first time the WebDialogBox is shown. However when you click on a different button, to agian show the WebDialogBox with a differrent grid, all grids that were previously shown are not being hidden.&lt;/p&gt;
&lt;p&gt;I have attached a sample to illustrate the issue. PLease follow these steps to reproduce the issue:&lt;/p&gt;
&lt;p&gt;1. Click the "Filter 1" button. The WebDialogBox will open and you will only see WebGrid1. This is the desired behaviour. Click OK or Cancel to close the WebDialogBox.&lt;/p&gt;
&lt;p&gt;2. Click the "Filter 2" button. The WebDialogBox will open and you will now see WebGrid1 and WebGrid2 even though WebGrid1 has been set to Hide.&lt;/p&gt;
&lt;p&gt;3. Repeat Step 2 for the remaining buttons and you will find that each time the previous grids that were visible are still visible when they should be hidden.&lt;/p&gt;
&lt;p&gt;Can you please modify my sample to show how I can correctly hide all grids except for the one I want to show?&lt;/p&gt;</description></item></channel></rss>