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 Fabio,
Sorry for this inconvenience. Actually, there's an error in our installer that causes problem in our folder. I attach the Layout folder here. You can replace the Layout folder inside WebDesktop 4 folder. Hope this helps.
Regards,Bernard
Hi tjp,
Could you let me know your order reference number? We will investigate this matter further. And I'll let you know if there's workaround or fix regarding this matter.
Hope this helps.
I can replicate your issue here. But it's really hard to trace what causes this problem in our control. Our control also has AJAX mechanism that shouldn't be interrupted with other AJAX. Actually, I didn't see any javascript that disrupt our Javascript. If possible, could you explain for what purpose this AJAX Extensions used? Or maybe you can explain us scenario that you want to achieve by using this AJAX Extensions?
Hi Dennis,
Sorry for the late responses. Actually I can replicate your issue in your local end. This problem might be happen because WebGrid RefreshAll() function reload the data and structure inside WebGrid. When I using Refresh(), this issue doesn't happen. I've made this as Urgent Work Item #1289. I'll let you know anything regarding this Work Item #1289.
Hi Michal,
Could you tell me the environment and operating system that you used to replicate this issue?
This problem might be happen on x64 machine because the Intersoft Solutions key exists in two locations in Registry, HKEY_LOCAL_MACHINE-SOFTWARE-Wow6432Node and HKEY_LOCAL_MACHINE-SOFTWARE-Intersoft Solutions.
To fix this problem, you can simply delete Intersoft Solutions key in HKEY_LOCAL_MACHINE-SOFTWARE-Intersoft Solutions. Hope this helps.
Hi Fabrizio,
Right now, work item #1257 is still on progress. I will let you know if this work item have been fixed in our release (2012 SP2). Sorry for this inconvenience.
Hi John,
Glad that you have solved your problem. If you have any further question please don't hesitate to ask us.
Sorry for late responses. I can replicate your issue in our local end. Unfortunately, when I put RenderingMode="XHTML", this issue couldn't happen in our local end. Could you try to put that property to your WebGrid and tell me if this matter still happen in your local end? Look forward to hear any feedback from you so I can help you further.
Glad, I can help you to resolve the other issue. I'll look forward for your feedback.
Hi Eray,
You can try this code on your local end
function WebGrid1_OnEnterEditMode(controlId, tblName, editObject) { var WebGrid1 = ISGetObject("WebGrid1"); if (editObject.ToCellObject().Name == "CustomerID") { WebGrid1.ExitEditMode(true); editObject.ToCellObject().Row.GetCells()[editObject.ToCellObject().Row.Position + 1].Select(); } return true; }
In CustomerID column I didn't put EditType value as NoEdit value. This will trigger OnEnterEditMode. Then my code will return false so WebGrid won't show it's textbox and put the focus on the next table. Please let me know if this solution working and meet you requirement. 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