User Profile & Activity

Bernard Xiang Member
Page
of 4

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.

Regards,
Bernard

Posted: March 20, 2014 10:21 PM

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.

Regards,
Bernard

All times are GMT -5. The time now is 11:44 PM.
Previous Next