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

Insert custom control Does not Work with sp2

1 Answer 34 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Luciano
Top achievements
Rank 1
Luciano asked on 30 Sep 2010, 01:56 PM
the sample http://www.telerik.com/community/forums/silverlight/richtextbox/insert-custom-control-in-richtextbox.aspx

button.Click +=

(s, a) =>

{

 

 

MessageBox.Show("Your button was just clicked!");

 

};


does not work with sp2.
Workaround?
Thank's Luciano

1 Answer, 1 is accepted

Sort by
0
Mike
Telerik team
answered on 01 Oct 2010, 09:58 AM
Hello Luciano,

We are sorry for the inconvenience. This indeed is an issue that appears because RadRichTextBox "steals" the focus when the button is pressed, which leads to lost button click event, when button's ClickMode is Release.

A workaround would be to set button's ClickMode to Press.

Fortunately we resolved this issue right away and the fix will be available in the upcoming beta release in a couple of weeks. Let us know whether this helps.

Regards,
Mike
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
RichTextBox
Asked by
Luciano
Top achievements
Rank 1
Answers by
Mike
Telerik team
Share this question
or