Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
285
GroupBy row label sometimes disappears
posted

I'm experiencing a werid drawing problem when using the GroupBy feature in the xamWebGrid. This is version 2010.1 for Silverlight 3

Sometimes the label for the first groupby row seem to get hidden by a white rectangle. See attached screenshot:

The first row should say "Closing Documents" but it looks like a white rectangle is drawn on top of part of the row.

Not sure what the cause is. The grouping is set in XAML by using the IsGroupBy property for one of the columns. The following steps causes the issue:

1. Expand any of the rows.
2. Collapse the same row again.
3. Remove the control from the visual tree (e.g. by putting it on a tab control and switching tabs).
4. Add the control to the visual tree again. 

Our XAML code is pretty straighforward and it only happens when we use grouping. Everything else is fine.

Any ideas?

Parents Reply Children