User Profile & Activity

Handy Surya Support
Page
of 223

Hello,

As far I know the SelectedItems property would be not empty when you set multiple as selectionmode.
However, I will reconfirm this with our developer teams. Also, what did you mean by "Multiple is not recognized as a choice"?.

Regards,
Handy

Hello Richard,

We are sorry for the late response due to some errors in our internal servers. Regarding your question, I believe it similiars with the topic in our documentation  "Walkthrough: Use Command Binding and Key Binding with MVVM Pattern". Hope this helps.

Regards,
Handy

Posted: February 26, 2013 1:26 AM

Our developer has confirmed this issue. This is a bug in Safari 6 while in HTML4 doctype. Somehow, the table behave strangly in here. We will try to see if there is a workaroung to avoid this issue or not. But it would not in the short time.

Regards,
Handy

Posted: February 18, 2013 1:12 AM

Hello,

Can you try to use our latest hotfixes? Our current WebGrid 8 build is 251. In January hotfixes, our developer fixed some layout issues. WebUIFramework needs to be latest in order to see the best result.

Regards,
Handy

Posted: February 17, 2013 8:48 PM

Hello Ryan,

We don't have the similiars sample. However, we do have sample that integrate with WebGrid which runs without issue. To make it quicker, can you send us a simple runablw sample that replicates the issue? We can analyze what cause your issue from there.

Regards,
Handy

Posted: February 3, 2013 9:41 PM

Hello Dave,

About the BackstageView issue, it is issue in the pop-up menu. The border should be correct. For the left, bottom and right, actually they are already correct by showing no border. They are just showing larger than the window size, so they overlapped the left,bottom and right border of the content. That's why it looks cut in there.
This issue would be fixed in February hotfixes release. We will try to render it smoothly like in Silverlight.

Regards,
Handy

Posted: January 31, 2013 9:43 PM

Hello,

We don't have a method to save layout to database. But as far I know, the styling concept in XAML is different from .net. After we created a style in xaml, to use it we only need to apply the resources based on the styles that we want to define.

But I think I know why you ask this topic. It seems you want to save our metro theme, correct? The problem is the styles resources already encapsulted in our assembly. If you want to know the specific style, I can try to talk with developer about this. It seems the styles are not exposed for public.

Regards,
Handy

Posted: January 31, 2013 8:55 PM

It should be fixed now. Please try it again and let me know if the issue still persists.

Regards,
Handy

Hello,

It despends on what is your WebGrid structure. But I can give a sample snippet code about how to change it. All you need is, find the correct element. So, you will need to debug.

var grid = ISGetObject("WebGrid1");
var table = grid.RootTable;
table.GetElement(WG40.COLFOOTER, WG40.HTMLDIV).childNodes[0].childNodes[1].childNodes[1].childNodes[3].innerText = "0";

 

Regards,
Handy

Posted: January 20, 2013 11:23 PM

Hello,

Please post the question in the correct category for the next time. I moved it into the proper category. It should be in WebGrid category, not ClientUI. 

I can replciate your issue as well in here. For now, you can overwrite the element of to show 0 value as temporary workaround.

Regards,
Handy

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