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
Hello KArl,
Please try to use our latest hotfixes. Some layout issues that caused by XHTML doctype should be have fixed in the latest hotfixes of WebGrid7. For better result, please also use the latest hotfixes of WebUI Framework.To obtain the latest hotfixes, please simply run UpdateManager.
Regards,Handy
Hello Rick,
The LoadOnDemand feature has been around since early WebCombo version and it is made available in order to meet the growing complexity of business requirements. One of these requirements is, for instance, controlling data retrieval precisely based on user action from a large data source.LoadOnDemand allows developers to write their own code to control data rows needed to be retrieved from physical data source based on provided server event argument. This provides total solution of data selection for applications with large data source .To enable LoadOnDemand data retrieval mechanism, you need to set AllowAutoQueryHandler property to False. With this property set to False, the WebCombo will not perform the automatic (default behavior) query handling. Therefore, you need to write your own code for your specific data-retrieval scenario in InitializeDataSource event.
The LoadOnDemand feature has been around since early WebCombo version and it is made available in order to meet the growing complexity of business requirements. One of these requirements is, for instance, controlling data retrieval precisely based on user action from a large data source.
LoadOnDemand allows developers to write their own code to control data rows needed to be retrieved from physical data source based on provided server event argument. This provides total solution of data selection for applications with large data source .
To enable LoadOnDemand data retrieval mechanism, you need to set AllowAutoQueryHandler property to False. With this property set to False, the WebCombo will not perform the automatic (default behavior) query handling. Therefore, you need to write your own code for your specific data-retrieval scenario in InitializeDataSource event.
For large data, we do suggest to use LoadOnDemand. Otherwise, how can you show 100,000 records at once in a list or dropdownlist box?
Hello,
When you delete a selected row, you would need to accept the pending changes.If you don't accept pending changes, all modified changes, should be still persisted in WebGrid.
Do this page use XHTML doctype? Please use HTML doctype instead of XHTML doctype.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <html>
Hi Daniel,
Currently, there is no properties for that. However, I think you can use a div and customize its style.With this div, you can block the user to input the date.
I am running in Windows server 2008 64 bit. All I set to deploy the project as Pipe line mode : integrated.Deployed in iis7 without 32 bit or iis 6 compatibility.I will try to test in Windows 7 64 bit and let you know the result.
I have been forwarded your replied regarding my last post.
I uninstalled the RC and installed R1, and have the same problem. This isn’t earth shattering for us as I alluded to in my postings, just that it exists and I am wondering if it is the tag structure that is throwing you off.
Would you mind to let us know about your environment details. We still could not replicate in here.About your QA result, I will need to discuss with our developer teams about this issue.
After done some test, I found some weird things.At first, I can replicate the issue. Then, I tried to narrow down the differences between our references. When I tried to remove System.Web.Mobile, I could not see the issue again.
I already tried to delete the project and extract your attached project again.But before I changed anything in the project (just simply run after loaded the project), I could not see the error again.
Thank you for your sample. Do you mean that "Invalid Argument" was your error?
If it was, I am able to see the issue in here. I will let our developer teams know about this.For temporary, please use my workaround. It's good to see that you can replace the syle.About the localization, I will also send your attached xml to our development teams.Thank you for your effort.
I knew that you also set ShortcutIconVisible as true. Otherwise, you would not also see the image at design.As I said before, the issue is located in your relative path.In your code, you used:
Image="C:\Users\MartinMuenzel\Documents\Visual Studio 2010\IntersoftWebSite3\Images\webpad-32.gif"
Please look carefully in the path and prefix. Even though it is correct physical path, but the prefix is wrong. We use "/" instead of "\"
If you open the reference sample I said before (WebDesktop sample >> WebDesktopManager >> DesktopWithShortcuts.aspx), You can see that we are using:
Image="../Images/welcome-32.gif"
Please do not define the physical path. You will need to use the relative path based on the project by using "~" or "." (depends on your level of folder).
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