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
I have retested the sample using the scenario you mention. Unfortunately, I alsoencounter the same issue. I have submitted a new bug report for the issue. I will update this thread if I have a new information regarding this issue.
The line <add key="ISNet.WebUI.ISRes_Compressed" value="true" /> enables SmartWebResource compression. As shown in the article, it should reduce the client resource assembly file size.
Do you mind explaining in more detail on the no results remark? Did you mean client resource files is not compressed? What about the amount of data you are trying to load, if you are trying to load a large number of data you could use the suggestion in the second article to improve performance.
Another suggestion would be to update the control to the latest build, usually each new build will have some performance improvement.
Does the sample I provided in the previous post also exhibit the same issue? I did not encounter such issue when testing the page in my environment. The northwind.mdb which used in the attached sample is already provided in the WebCombo sample.
If the sample also exhibit the same issue in your environment, please make sure you have already used the latest WebCombo 4 and WebUI Framework 3, build 220 and build 756 respectively.
Based on my test, WebCombo always call the LinqDataSource select operation when opening the dropdown result. In my attached sample, I set the new WhereParameter value during LinqDataSource selecting event handler.
The PerformBacthUpdate method already have the option to update the WebGrid UI automatically by passing true in the second parameter of the method. However, since passing True causes JS error in the previous build; as a workaround, you will need to manually call refresh method for the WebGrid to update UI properly.
Since in the latest build this issue has been fix, passing true in the second parameter does not cause JS error, passing true in the PerformBacthUpdate method will update the WebGrid UI properly.
Based on the bug report response from the developer, in order to successfully add a new row in the child table you will need to expand the parent row and use the parent row ID as the parameter for the child row creation. Attached is the sample demonstration of such scenario.
I still could not replicate the issue using the property you provided, and I believe the WebDesktop 3 build 312 is available on the WebUI Studio 2010 R1 SP1.
I have some workaround I could suggest based on the screenshot you provided. However without being able to replicate the issue on my environment I could not test the workaround myself.
In your PopUp ResultBoxWindowType solution, you could use the AdjustResultBoxLeft property and AdjustResultBoxTop property under LayoutSettings to manually modify the result box position.
In your Normal ResultBoxWindowType solution, it seems the z-index on the left pane control has greater value compared to the z-index of the WebCombo result box. Try increasing the z-Index value in the result box or decrease the z-index value in your left pane control.
We have already provide a simple sample of WebGrid and WebCombo integration on IntegrationwithWebCombo.NET.aspx. The sample have a WebGrid and 2 WebCombo with 77 row of data. How is the performance of the sample in your environment?
- Rich Features in Low Client Footprint
- Faster than “fastest ASP.NET Grid” and Faster than “fastest ASP.NET Grid” – Part II
The fix for the issue I refer to in my previous post is the UpdateUI parameter set to True in PerformBatchUpdate method. With the fix in the latest build, we could pass True in the UpdateUI parameter in PerformBatchUpdate method so the UI will be updated properly.
Did you find another issue when using the latest build?
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