User Profile & Activity

Hans Kristian Member
Page
of 69
Posted: November 18, 2013 3:40 AM
Hello,

I apologize for any inconvenience this problem may have caused you.

Thank you for the code.

Regarding “404 Errors on DD4_Over.gif” issue, I can’t reproduce your issue on my local end.
So do you want to use SmartWebResources in your project or not?

Regarding “loading…” issue, you could fix the issue by modifying your code.
In Code File page (.cs), I modify your code in InitializeDataSource server side event.
I modify from: “combo.DataSource = data” to “e.DataSource = data;”

In InitializeLayout server side evet, I modify from ‘combo.DataTextField = "Value";’ to ‘combo.DataValueField = "Value";’


I attached the project with WebCombo page based on your code.
Please kindly have review on the attached project to see the result regarding “loading…’ issue.
Regarding “404 Errors” issue, could you help to modify the attached project, so I can replicate your issue on my local end?

NB: If you can't download the project properly, please follow this link: http://sdrv.ms/1cDm33O

Thank you.

Regards,
Hans.
Posted: November 17, 2013 9:41 PM
Hello,

I apologize for any inconvenience this problem may have caused you.

Thank you for the question regarding WebCombo.

What is the html doctype that you use in your page?’
If you use html 4 doctype, please try to set the “RenderingMode” property to “Quirks”.
If you use html 5 doctype, please try to set the “RenderingMode” property to “HTML5”.

However if the issue still persist, could you help me to provide me a simple runnable sample that replicates this issue?
So I can help you to investigate the issue further more.

Regards,
Hans.

Posted: November 17, 2013 9:09 PM

Hello,

I apologize for any inconvenience this problem may have caused you.

I tried to reproduce your issue on my local end, by running the WebExplorer sample.
I run ObjectModel.aspx page, then I click on WebExplorerBarItem.
But unfortunately, I can’t reproduce your issue on my end.

Could you provide me a simplr runnable sample that replicates your issue?
So I can help you to find the right solution.

Thank you.

Regards,
Hans.

Posted: November 14, 2013 11:54 PM
Hello,

I apologize for any inconvenience this problem may have caused you.

I will submit this issue to the developer team and I will let you know if there is an update regarding this issue.

Thank you for your understanding.

Regards,
Hans.
Posted: November 14, 2013 10:40 PM

Hello,

The Internet Explorer 11 support will be included in next release (2013 R1 SP1 release).
We will let you know if the update already available.

Thank you for your understanding.

Regards,
Hans.

Posted: November 13, 2013 11:56 PM
Hello,

I still don’t know the exact time when the issue will be fixed.
I will let you know if there is an update regarding this issue.

Thank you for your understanding.

Regards,
Hans.
Posted: November 13, 2013 11:20 PM

Hello,

I still don’t know the exact time when will the WebCombo support IE11.
However, currently team developer team is working on IE 11 compatibility feature.

Regards,
Hans.

Posted: November 12, 2013 11:59 PM

Hello,

Thank you for the question regarding WebGrid control

I can replicate your issue as well on my local end.

I will forward this issue to the developer team and I will let you know if there is an update regarding this issue.

I apologize for any inconvenience this problem may have caused you.

Regards,

Hans.

Posted: November 12, 2013 10:33 PM
Hello,

Please kindly try to set the ClientIDMode property to “AutoID”.

However, if the issue still persists, could you help me to provide me a simple runnable sample that replicates the issue?
So I can help to find the right solution for this issue.

Thank you.

Regards,
Hans.
Posted: November 12, 2013 10:04 PM
Hello,

I am sorry for the late response.

Please kindly try to use DoResize() WebCombo’s method in OnLostFocus client side.
Here’s the example snippet code how-to implement DoResize() method:
function WebCombo1_OnLostFocus(controlId){
   var WebCombo1 = ISGetObject(controlId);
   WebCombo1.DoResize(true);
   return true;
}
Hope this helps.

Regards,
Hans.

All times are GMT -5. The time now is 6:30 AM.
Previous Next