User Profile & Activity

Handy Surya Support
Page
of 223
Posted: December 21, 2011 11:12 PM

Hello Ar,

Can you provide your current layout? I need to see how bad it is in yours. Also, I found that you used unproper HTML doctype.  xmlns="http://www.w3.org/1999/xhtml", Please remove this attribute. This is XHTML attribute, which can also incorrect layout rendering.

WebGrid has resize mechanism to resize itself when resize the browser. If it does not work, please use the code snippet below to trigger the automatic resize.

function window::onresize()
{
    window.setTimeout(function(){wgDoResize(true,true);},100);
}

To resize it manually, you can also use below code:

 grid.SetHeight("300px"); 

Hope this helps.

Regards,
Handy

Posted: December 20, 2011 9:05 PM

Hello,

Yes, that because you upgrade to SL5, while the project still referred and loaded SL4 assemblies.
In the next release we will fully support SL5 and the template also would be enhanced.

Regards,
Handy

Posted: December 20, 2011 8:35 PM

Hello Andre,

FYI, We schedule it in January.

Regards,
Handy

Posted: December 19, 2011 10:31 PM

Hello,

Do you have SL4 installed in your computer? I noticed that you used SL5 in other thread. At least, you ever installed SL4 in the current machine.

Regards,
Handy

Hello Madhavan,

Please see my attached sample. It still can render the style when load the stucture.

Regards,
Handy

Hello Michal,

I can replicate the issue in here. The issue has been submitted to our developer teams. I will let you know when the fix is ready.

Regards,
Handy

Posted: December 19, 2011 8:47 PM

Hello,

Yes, this is a known issue. Our R2 still hasn't supported SL5 yet. We are planning to buid assembly for SL5 in soon.

Regards,
Handy

Posted: December 19, 2011 8:45 PM

Hello,

Please try to zoom the browser. In simple sample, some scenarios are not handled automatically.

Regards,
Handy

Posted: December 18, 2011 9:50 PM

Hello Jonathan,

I am sorry for the late reply. Yes, you were correct. My previous solution was only for a simple scenario. There are some uncover scenarios, such as yours or in zoom scenario. You would need to use that drop event to cover up the rest things.

Regards,
Handy

Posted: December 18, 2011 8:37 PM

Hello Charles,

I will let you know when it is available. You can simply upgarde to 6 version by simply changing the references to ClientUI6. It should work as expected without issue. If you still have trouble after upgrading, please feel free to let us know.

Regards,
Handy

All times are GMT -5. The time now is 1:38 AM.
Previous Next