Hello Chintan,
There was a bug affecting
RadWindow that sneaked into our 2009 Q2 release. However, that bug is fixed and the updated version will be available in our next internal build which you will be able to download from your account.
You must remember to do the following when using
RadEditor in a
RadWindow:
private void window_LocationChanged(object sender, RoutedEventArgs e)
{
editor.InvalidateArrange();
}
What the above code do is attach to
RadWindow's LocationChanged event and call the
InvalidateArrange() method on
RadEditor in order to notify it when the window is moved. That is needed because both controls use popups.
Please wait for the coming internal build and let me know if you still have issues after that.
All the best,
Tihomir Petkov
the Telerik team