﻿<?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 - WebCombo - reopen a WebCombo used in a WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebCombo/reopen-a-WebCombo-used-in-a-WebGrid/</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>reopen a WebCombo used in a WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebCombo/reopen-a-WebCombo-used-in-a-WebGrid/</link><pubDate>Wed, 07 Nov 2012 23:30:49 GMT</pubDate><dc:creator>bernard</dc:creator><description>&lt;p&gt;Hi Daniele,&lt;/p&gt;&lt;p&gt;I think you can choose whether it will be stored in PageCache (browser), Session (browser), or FileServer (IIS Server). You pick one of them as you cache storage by using DataCacheStorage property. WebCombo will load the data at first load then it will load the data from its cache while postback. Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Bernard&lt;/p&gt;</description></item><item><title>reopen a WebCombo used in a WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebCombo/reopen-a-WebCombo-used-in-a-WebGrid/</link><pubDate>Wed, 07 Nov 2012 05:11:05 GMT</pubDate><dc:creator>vangeloni</dc:creator><description>Hi Bernard,&lt;br /&gt;&lt;br /&gt;the cache is IIS side or browser side?&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;&lt;br /&gt;Daniele&lt;br /&gt;</description></item><item><title>reopen a WebCombo used in a WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebCombo/reopen-a-WebCombo-used-in-a-WebGrid/</link><pubDate>Tue, 06 Nov 2012 21:02:29 GMT</pubDate><dc:creator>bernard</dc:creator><description>&lt;p&gt;Hi Vincenzo,&lt;/p&gt;
&lt;p&gt;WebCombo only load the da]ta from database or server side only from the first loading. Then after that, it only take the data from the cache. That's default behaviour from WebCombo. On first matter maybe WebCombo load the data with the specific pattern that you saved in HiddenField. So you might be seeing WebCombo abit late to show its data. This is behaviour of WebCombo that we couldn't change. And for the second matter, we couldn't do this scenario because it will pop up and show the item with the same patter as default value. You can select the item that you want but it will change the value of WebCombo (example: Default value is 1111 and showed at new row, it pop up and select the 3rd row. The value of webcombo will change and it will make the resultbox has different row. It's not same like before). Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br&gt;&lt;/br&gt;Bernard&lt;/p&gt;</description></item><item><title>reopen a WebCombo used in a WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebCombo/reopen-a-WebCombo-used-in-a-WebGrid/</link><pubDate>Tue, 06 Nov 2012 07:22:02 GMT</pubDate><dc:creator>vangeloni</dc:creator><description>Hi Bernard,&lt;br /&gt;&lt;br /&gt;I was able to apply your suggestion to my project, using the dfault value for the interested colums after each row is added, but this does not match my request:&lt;br /&gt;&lt;ol&gt;&lt;li&gt; I would like to reopen the WebCombo automatically without that the WebCombo executes again the search server 
side because the result set is the same, but in this example the search is executed again&lt;br /&gt;&lt;/li&gt;&lt;li&gt;the row selected in the combo has to be the same selected before the grid row is added, but in this example the first row of the combo is selected&lt;/li&gt;&lt;/ol&gt;Is that possible?&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;&lt;br /&gt;Vince&lt;br /&gt;
</description></item><item><title>reopen a WebCombo used in a WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebCombo/reopen-a-WebCombo-used-in-a-WebGrid/</link><pubDate>Tue, 06 Nov 2012 04:59:35 GMT</pubDate><dc:creator>vangeloni</dc:creator><description>Hi Bernard&lt;br /&gt;&lt;br /&gt;I have problems with the connection to the TrialProduct.mdf, I use this connection string:&lt;br /&gt;&lt;pre&gt;&amp;lt;add name="TrialProductConnectionString"connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\TrialProduct.mdf;Integrated Security=True"
providerName="System.Data.SqlClient"/&amp;gt;&lt;/pre&gt;but I have this error:&lt;br /&gt;&lt;blockquote style="padding-left: 10px; margin: 0px 0px 0px 5px; border-left: 1px solid rgb(204, 204, 204);"&gt;&lt;em&gt;The database 
'C:\PROJECTS\INTERSOFTSOLUTION\WEBAPP1\APP_DATA\TRIALPRODUCT.MDF' cannot be 
opened because it is version 655. This server supports version 612 and earlier. 
A downgrade path is not supported.&lt;br /&gt;Could not open new database 
'C:\PROJECTS\INTERSOFTSOLUTION\WEBAPP1\APP_DATA\TRIALPRODUCT.MDF'. CREATE 
DATABASE is aborted.&lt;br /&gt;An attempt to attach an auto-named database for file 
C:\Projects\IntersoftSolution\WebApp1\App_Data\TrialProduct.mdf failed. A 
database with the same name exists, or specified file cannot be opened, or it is 
located on UNC share.&lt;/em&gt;&lt;/blockquote&gt;&lt;br /&gt;Any idea?&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;Vince&lt;br /&gt;
</description></item><item><title>reopen a WebCombo used in a WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebCombo/reopen-a-WebCombo-used-in-a-WebGrid/</link><pubDate>Mon, 05 Nov 2012 20:58:07 GMT</pubDate><dc:creator>bernard</dc:creator><description>Hi Vincenzo,&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;I couldn't send you the project here because the assembly is too big. But I've made you a simple way to run the project in your local end. First you can made new WebSite with Intersoft Empty Web Site template and then you can extract this files in your website. Then you can view in browser the WebGrid_WebComboPersistText.aspx files from you solution explorer. Hope this helps.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Regards,&lt;br /&gt;Bernard&lt;/div&gt;</description></item><item><title>reopen a WebCombo used in a WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebCombo/reopen-a-WebCombo-used-in-a-WebGrid/</link><pubDate>Mon, 05 Nov 2012 12:18:31 GMT</pubDate><dc:creator>vangeloni</dc:creator><description>Hi Bernard,&lt;br /&gt;&lt;br /&gt;could you send me the complete project structure with the project file, currently I'm not able to run the example.&lt;br /&gt;&lt;br /&gt;Thanks in advance&lt;br /&gt;&lt;br /&gt;Vince&lt;br /&gt;</description></item><item><title>reopen a WebCombo used in a WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebCombo/reopen-a-WebCombo-used-in-a-WebGrid/</link><pubDate>Thu, 01 Nov 2012 01:46:22 GMT</pubDate><dc:creator>bernard</dc:creator><description>Hi Vincenzo,&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;I've made my own sample regarding this scenario.You can pick the string onkeyup event of WebCombo Textbox. Then you can save the string in HiddenField and put it in DefaultValue of WebGrid's column after add. Still this scenario needs more enhancement. If you have any further question, please don't hesitate to ask us. Hope this helps.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Regards,&lt;/div&gt;
&lt;div&gt;Bernard&lt;/div&gt;</description></item><item><title>reopen a WebCombo used in a WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebCombo/reopen-a-WebCombo-used-in-a-WebGrid/</link><pubDate>Wed, 31 Oct 2012 10:42:45 GMT</pubDate><dc:creator>vangeloni</dc:creator><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I have a WebCombo as editor in a column of a WebGrid. WebCombo has EntryMode="AutoComplete". When I create a new WebGrid row I use the WebCombo to look for an article number, for example I write in 1111 and the WebCombo shows following articles &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;1111aaaa&lt;br /&gt;1111bbbb&lt;br /&gt;1111cccc&lt;br /&gt;1111dddd&lt;/p&gt;
&lt;p&gt;I choose 1111bbbb and then I add the new row in the WebGrid. Now I would like to reopen the WebCombo automatically for a new WebGridRow with 1111 prefilled in the WebCombo and with the same result set as before but without that the WebCombo executes again the search server side, and with the article 1111bbbb selected in the WebCombo drop down. How I can do that?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Daniele&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>