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 Abdullah,
Please correct me if I am wrong in understanding your question. You want to know what WebGrid Filter mechanism or WebGrid does, when select an FilterItem from FilterContextMenu, correct?If yes, I would need to discuss with our developer to ensure the details.
Regards,Handy
Hello Eric,
It's true that it would be hard to investigate the issue since we could not run the sample in here.However, we would like to try our best based on any details that you can provide to us.After discussed with our developer teams, they asked for the code behind. You can send the details into technical@intersoftpt.com.
Hello Nicolas,
I run the sample without issue in here. Would you mind to send us a simple sample that replicates the issue? More details such as how to replicate the issue would also help.
Hello Gavin,
That because you set EditFormat as 0. When you have texted any number, WebInput marked it as dirty. Every time you clear the value, it will also revert back to 0. About issue "." (point), I need to discuss this to our developer teams.
Hello,
I could not replicate the first issue. Perhaps, you can send us a simple sample which replicates the issue.To fix the keyboard issue, please use the following noghtly hotfixes.
You can use only Integer by using NumericInput properties. Currently, we don't have maximum or minimum for the number. You can only set EditMask for total digit. However, you can validate the number max or min with below code.
function WebInput1_OnDirty(controlId, dirtySourceType) { var WebInput1 = ISGetObject(controlId); if (WebInput1.GetValueData(true) > 1000) { WebInput1.SetValueData("1000", true); } return true; }
You would need to install the product in order to run WebGrid. For you information, 2011R1 still sticks on WebGrid7. You can download our current installer to have WebGrid7.However, I still haven't received any news if this feature has been enhanced.
I need more time to investigate this issue. Please bear with me. I will let you know the result asap.
After discussed with our developer teams, unfortunately, this is a default behaviour by .Net. DataSet/DataTable is not serializable using JSON.For JSON-compatibale serialization, use ISDataTable or ISDataSet.Regards,Handy
I can replicate the issue in here. It seems there is an issue in our latest installer. I will report this to our development teams. You can access our documentation online for temporary workaround.
http://www.intersoftpt.com/Support/ClientUI/Documentation/ClientUIApplicationDevelopment.html.
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