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 Gopal Pandian,
I think you could use this sample as reference for your scenario. I think client binding will be faster than binding in client side because it doesn't need to request the data in server side and it only render the element with data in client side using javascript. Hope this helps.
Regards,Bernard
Hi Jignesh Patel,
You can email your sample project to bernard@intersoftpt.com . Regarding to your scenario above, maybe there were incorrect function that causing WebScheduler to throw the exception from server. Is there any custom class for your insert method in your project? I will investigate your issue in here and I will wait for your sample. It might help us to determine where the problem comes from. Look forward to hear any feedback from you.
Hi Roi,
Sorry for my late responses. I can replicate your issue here. This issue might be happen because in IE browser form tag in your code doesn't have any height. You could add:
style="height: 100%; display: block;"
to your form tag. This will solve the issue.
This issue happen because HTML4 doctype has different rendering method for each browser. That's why I suggest you to use HTML5 doctype. Each browser which have HTML5 support implement same rendering method so it would have the same structure and view in those browser. Although, if you want to support IE8 browser, I think you could use XHTML doctype instead of HTML4 doctype. XHTML doctype almost have the same rendering structure for each browser. Please also consider that IE10 and above only support HTML5 doctype as its standard doctype. 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