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,I apologize for delay sending this.Thank you for your sample. I have tried to run your sample on my end, but unfortunately, I didn’t get any issue. Please kindly have review on my video once again, perhaps there are missing or wrong steps when I attempt to reproduce your issue.I also can’t find any WebInput in your sample, I just found WebCombo.Regarding your question about changing doctype, I recommend you to use the same doctype in your application; this will reduce the occurrence of errors or issues while using Intersoft control.Talk about doctype, I see in your sample, there is line of comment code above HTML5 doctype.I suggest you to not add any line of comment code above HTML5 doctype.
<%--You shouldn’t any comment here (above <!DOCTYPE HTML>) --%><!DOCTYPE HTML>
Hello,I attached the video how I run your modified sample and the result when I run the sample in IE9 and IE10.In this video, first of all, I will show you the sample that I use, just to ensure we are using the same sample.Then I run the sample in IE10 mode and IE9 mode.Please correct me, if I wrong.Regards,Hans.
Hello,Thank you for your reply.I have tried to group the Name Column in IE 9 and IE 10 with your sample, but unfortunately, it works fine on my end.Have you try to modify the doctype of your web page as well?Please try to modify from HTML4 doctype:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html></html>
To HTML5 doctype:
<!DOCTYPE HTML> <html></html>
Regards,Hans.
function WebGrid1_OnEnterEditMode(controlId, TableName, editObject) { var _WebGrid = ISGetObject(controlId); var _WebGridCell = editObject.ToCellObject(); if (_WebGridCell.Name == "Roles") { var _WebCombo = editObject.element; //So I can get WebCombo rows _WebCombo.ShowDropDown(); window.setTimeout(function () { //To get WebCombo value var WebComboValue = _WebCombo.Values[0].Value; //To get WebCombo rows var WebComboRows = _WebCombo.GetRows(); var RowsLength = WebComboRows.length; for (i = 0; i < RowsLength; i++) { var Row = WebComboRows[i]; var RowValue = Row.Value; if (RowValue != WebComboValue) Row.RowElement.style.display = "none"; } //To hide the dropdown again _WebCombo.HideDropDown(); }, 500); } return true; }
I attached the modified sample as well. Hope this helps. Thank you.Regards,Hans.
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