This is a migrated thread and some comments may be shown as answers.

RadEditor placed on RadWindow not working in Telerik Silverlight 3 Controls

7 Answers 126 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
chintan
Top achievements
Rank 1
chintan asked on 14 Jul 2009, 04:09 PM
Hi,

I am using 2009.1.622.1020 version of Telerik Silverlight 3 Beta controls for Silverlight

If i try to put RadEditor on the RadWindow then it is not working, It gives an error sometimes at runtime or sometimes when we close the browser window

Please help me to solve this.

Link to demo project

http://rapidshare.com/files/255766033/TelerikEditor.rar.html

or

http://www.megaupload.com/?d=H18DYMWT

thanks







7 Answers, 1 is accepted

Sort by
0
Tihomir Petkov
Telerik team
answered on 17 Jul 2009, 01:50 PM
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

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
chintan
Top achievements
Rank 1
answered on 21 Jul 2009, 02:20 PM
Hi,

I used your latest internal build for the Silverlight 3 ( RadControls_for_Silverlight3_2009_2_720_trial.zip )

But not luck, same error

Please help us, we got stuck.

Thanks
0
Tihomir Petkov
Telerik team
answered on 21 Jul 2009, 02:58 PM
Hello Chintan,

Please take a look at the sample project that I prepared for you. It uses the binaries from the latest internal build and throws no errors. Let me know if you have any problems.

Regards,
Tihomir Petkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Tom
Top achievements
Rank 1
answered on 03 Aug 2009, 08:55 AM
Hi, I got some problems with the radeditor....

I`ve downloaded your example_project, and it works fine. But I'm on a later internal build (724), and that may be the problem?

Problem:
All popups (insert image, color pallette, etc...) pops up behind the texteditor_textbox.

Link to image: Editor problem

Best regards,

Tom Rino
0
Tihomir Petkov
Telerik team
answered on 04 Aug 2009, 01:00 PM
Hello Tom,

Thank you for reporting this issue. It is already resolved and the fixed version will be available with our isforthcoming Service Pack, which  scheduled for early next week.

I updated your Telerik points.

Regards,
Tihomir Petkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
chintan
Top achievements
Rank 1
answered on 31 Aug 2009, 01:22 PM
Hi Tihomir ,

I feel that the issue which is reported by Tom is still not resolved in .828 internal build.

Please help, we have same scenario where there are multiple windows and editor
0
Accepted
Miroslav
Telerik team
answered on 02 Sep 2009, 11:12 AM
Hi chintan,

I ran Tihomir's example with the latest dlls and Tom's issue seems to be resolved.

It seems though that you are referring to windows besides the RadEditor window.

Currently the editor is in fact the AJAX editor in an html overlay over the current Silverlight application and all the Popups that are opened in the Silverlight application will always stay behind the RadEditor.

This unfortunately is an issue that is still open and I cannot think of a workaround for having multiple open windows and a RadEditor.

Best wishes,
Miroslav
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
General Discussions
Asked by
chintan
Top achievements
Rank 1
Answers by
Tihomir Petkov
Telerik team
chintan
Top achievements
Rank 1
Tom
Top achievements
Rank 1
Miroslav
Telerik team
Share this question
or