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
When I call WebGrid1.RootTable.GetCheckedRows () method, the returned ArrayList object Count property is zero. Not able to obtain accurate checked rows. After analysis, I found the page I quoted the following JS script that causes this problem.Is there any way to solve this problem?
Thanks a lot!
<script type="text/javascript" src="/EpointFrame7_1018/JavaScript/Page_Validation.js" charset="UTF-8" language="javascript" ></script>
I found out that the ValidatorOnLoad() function is the one that may cause the issue. Commenting following line from the Page_Validation.js file move the issue away.
function ValidatorOnLoad() { if (typeof(Page_Validators) == "undefined") return; var i, val; for (i = 0; i < Page_Validators.length; i++) { val = Page_Validators[i]; if (typeof(val.evaluationfunction) == "string") { eval("val.evaluationfunction = " + val.evaluationfunction + ";"); } if (typeof(val.isvalid) == "string") { if (val.isvalid == "False") { val.isvalid = false; Page_IsValid = false; } else { val.isvalid = true; } } else { val.isvalid = true; } if (typeof(val.enabled) == "string") { val.enabled = (val.enabled != "False"); } if (typeof(val.controltovalidate) == "string") { ValidatorHookupControlID(val.controltovalidate, val); } if (typeof(val.controlhookup) == "string") { ValidatorHookupControlID(val.controlhookup, val); } } Page_ValidationActive = true; }
Please let us know if you have different result.
Thanks.
I removed this function ,it works.
Maybe Intersoft has the same name function?
I have forwarded this to WebGrid development team.I’ll keep you updated with any news I heard from the team regarding this.
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