Hi,
we have developed a silverlight control that we render on a standard aspx page.
On this control we have the RadChart or RagGuage control and a menu control. The menu allows the user to filter the chart by popping up a RadWindow control with some simple filtering options on it.
(checkbox, date, dropdown etc)
However, if the rendered silverlight control is too small the popup RadWindow can get clipped as it could be larger than parent control.
is there any way for the RadWindow to Popup at a bigger size than the parent silverlight control.
Please see attached screenshot for an example of this issue
Thanks