User Profile & Activity

Hans Kristian Member
Page
of 69
Posted: August 25, 2014 12:04 AM
Hello,

Thank you for the reply.

Regarding your first issue / post about “calendar combo with webgrid in IE 10”, is this issue have resolved with hotfix in my previous post (http://1drv.ms/1iJmdJT)?

Now you have another issue, “Calendars are still not working for me in ie 11”, occurs while using the hotfix?

I have test the WebGrid’s CalendarCombo with the hotfix in Internet Explorer 11, but unfortunately, it works fine on my end.



Please kindly have review on the attached sample.
Could you help me to modify the attached sample so that I can replicate the issue on my end?

Thank you for your help.

Regards,
Hans K.
Posted: August 24, 2014 11:17 PM

Hello,

I apologize for this inconvenience.

You could get the RunTime License Key, from Intersoft website (http://www.intersoftpt.com/).
First of all, please try to log in to the Intersoft website, with your registered account.
Once you logged in, go to your License Key information (https://www.intersoftpt.com/Account/Licenses).
In that page, find (in this case) WebGrid v8 control, then press the “Register License” button to get the RunTime License Key.



For further information about Runtime LicenseKey, please follow this link below:
http://www.intersoftpt.com/Support/WebUIStudio/Tutorial/Text/What-is-Design-Time-license-key-and-Runtime-license-key/

To handle general licensing issue on deployment phase, please follow this link below:
http://www.intersoftpt.com/Support/WebUIStudio/Tutorial/Text/General-licensing-issue-on-deployment-phase/

Hope this helps.

Regards,
Hans K.

Posted: August 22, 2014 6:55 AM
Hello,

Unfortunately, currently we don’t have any hybrid app examples.
However, Crosslight also can use Razor like Xamarin did.

For further information regarding Razor Template, you could follow this link:
http://developer.xamarin.com/guides/cross-platform/advanced/razor_html_templates/

I apologize for this inconvenience.

Regards,
Hans K.
Hello,

Thank you for the valued feedback.

I have report this problem to the developer team, under work item CROS-521.

I will let you know if there is an update regarding this problem

I apologize for the inconvenience.

Regards,
Hans K.
Posted: August 22, 2014 3:14 AM
Hello,

I made a WebInput page bases on you post.
But unfortunately, it works fine on my end.

Please kindly have review on the attached sample and let me know if there is a missing configuration.
And you could provide me the step by step how to replicate you issue?

Thank you.

Regards,
Hans K.

Hello,

I am glad to hear that. Should you have further question, please do not hesitate to contact us.

Thank you.

Regards,
Hans K.

Hello,

Thank you for the question.

Based on your post, I try to modify one of WebGrid samples, “BindtoSqlDataSource.aspx” page.
I enabled WebGrid’s Batch Update feature and Allow Edit feature in this page.
And then I run the page in Internet Explorer 11, but unfortunately, it works fine on my end.

I attached the modified page and video regarding the result on my end.

Is it possible to you to modify the attached page, so that I can reproduce the issue on my end?
Or could you provide me the simple working sample that replicates the issue? So that I can investigate the issue furthers more.

Thank you for your help.

Regards,
Hans K.

Posted: August 20, 2014 12:35 AM
Hello,

Thank you for the information.

I try to modify the WebGrid sample, “ClientBinding_WebService.aspx” page based on your post.
But unfortunately, the Grouping feature works fine on my end.

Here’s I attached the modified page, please kindly have review on the page.
And then please let me know if there is an additional configuration that I need to reproduce the issue.

My current assembly version is WebGrid v8.0.7200.259 & ISNet v3.0.5000.912.
My current browser is Internet Explorer 11.
What is your current assembly version & browser?

Thank you for your help.

Regards,
Hans K.
Posted: August 19, 2014 11:43 PM

Hello,

Please kindly try to add “OnShowDropDown” client side event to your WebCombo.
And then add / use “DoResize()” method in that event.

Here’s the example snippet code regarding “DoResize()”:

function WebCombo1_OnShowDropDown(controlId, left, top, width, height){
    var WebCombo = ISGetObject(controlId);
    WebCombo.DoResize();
    return true;
}

Hope this helps.

Regards,
Hans K.

Posted: August 19, 2014 11:06 PM
Hello,

Thank you for the information.

Please kindly try to use HTML4 doctype on your page.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head></head>
<body></body>
</html>


Just for your information, WebGrid v7 & WebDesktop v3 has now been discontinued for several years.
If there is bug/issue in WebGrid v7 or WebDesktop v3, there are not going to be any further updates for it.

Regards,
Hans K.
All times are GMT -5. The time now is 11:35 AM.
Previous Next