I have a RadTooltip that is placed inside of a RadGrid's header that is being displayed inside of a RadWindowManager. When the RadWindow gets resized to a smaller area, the grid and it's columns resize appropriately however the expanded tooltip's position stays the same; which causes it to be hidden outside the bounds of the RadWindow because the RadWindow's dimensions are smaller. I have the tooltip configured to be placed relative to the element that makes it display but it doesn't seem to stay relative to that element in the case of the radwindow shrinking in size. It looks to be absolutely positioned once popped out.
Is there a solution to this issue?
Is there a solution to this issue?