iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi all,
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
1111aaaa1111bbbb1111cccc1111dddd
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?
Regards,
Daniele
Hi Daniele,
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.
Regards,Bernard
<add name="TrialProductConnectionString"connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\TrialProduct.mdf;Integrated Security=True" providerName="System.Data.SqlClient"/>
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.Could not open new database 'C:\PROJECTS\INTERSOFTSOLUTION\WEBAPP1\APP_DATA\TRIALPRODUCT.MDF'. CREATE DATABASE is aborted.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.
Hi Vincenzo,
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.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname