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,
This issue has been reported in another thread as well:http://intersoftpt.com/Community/ClientUI/Webgrid-8-ie-10/
We have forwarded this issue to the developer team.
I apologize for the inconvenience.
Regards,Hans K.
<body onresize="bodyResize()"> </body> function bodyResize() { var WebCombo1 = ISGetObject("WebCombo1"); WebCombo1.DoResize(); }
I attached the example sample as well.You could get the sample from this link: http://1drv.ms/1g1HsLiHope this helps.Regards,Hans K.
Hello,I apologize for the inconvenience and for the late reponse.Since you use 2013 R1, you should use License Key for WebDesktop v4, you can’t use WebDesktop v3 License Key for WebDesktop v4.For further information regarding License Key purchasing, you could contact Sales & Account Representative, martin@intersoftpt.com Regards,Hans K.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html>
We don’t need any system identifier in doctype declaration while using HTML 4 doctype.However, if you want to use system identifier in your doctype declaration, please try to use XHTML doctype instaed HTML 4 doctype.I have tried modifying my WebGrid using XHTML doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
Then set the “RenderingMode” property to “XHTML” and the result is no rendering issue.I apologize for the inconvenience.Regards,Hans K.
Hello,I am sorry; currently there isn’t any plan to add this work around as a WebGrid feature.I will forward this scenario to the developer team.I will let you know if there is an update regarding this scenario.Thank you and I apologize for the inconvenience.Regards,Hans K.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
If you don’t mind, could you please resend the screenshot and sample? However, this time please try to upload those files in another server, then provide me the download link.I attached the screenshot regarding the result on my end and my WebGrid sample.If you can’t the file properly, please follow this link: http://1drv.ms/1hPGyuQRegards,Hans K.
Hello,I have replied your thread (http://intersoftpt.com/Community/WebGrid/WebGrid-height-not-static-in-IE8/).I am looking forward for the reply.Regards,Hans K.
Hello,Thank you for your question regarding WebGrid.I made a work around that you might try. I add validation code in OnBeforeRequest client side event.The code validate whether the input is a valid date format or not.The code will continue the filtering process if the date format is valid.
function DoBeforeRequest(gridId, action) { var grid = ISGetObject(gridId); if (action == "ColumnFilter") { var selObj = grid.GetSelectedObject(); var rowObj = selObj.ToRowObject(); var cellRequiredDate = rowObj.GetCells()[5]; var dateValue = cellRequiredDate.Value.toString(); if (dateValue == "Invalid Date") { alert("Please insert valid date"); return false; } else { alert("Thank you"); return true; } } }
I implement the validation code in one of WebGrid Sample Solution, PreserveCheckedRows.aspx page.Please kindly have review on the attached sample to see the result.If you can’t get the sample properly, please try to follow this link: http://1drv.ms/1hPGyuQI apologize for any inconvenience this problem may have caused you.Regards,Hans K.
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