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

Print Cancel Button

2 Answers 57 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 21 Aug 2012, 10:12 AM

Hi,

I've notcied that when I try to print a document but push the cancel button the document is still sent to the printer.
Has anyone else noticed this?

I'm using libraries 2012.2.725.40.

Here's my print method:

private void btnPrint_Click(object sender, RoutedEventArgs e)
{
this.radRichTextBox.Print("TAS2 Spec", PrintMode.Native);
}

Thanks for your time,

Rob

2 Answers, 1 is accepted

Sort by
0
Robert
Top achievements
Rank 1
answered on 21 Aug 2012, 02:13 PM
hmm very strange.

If I press print, then it doesn't print. When I press cancel it prints???
0
Vasil
Telerik team
answered on 21 Aug 2012, 02:45 PM
Hi Robert,

There is a bug with the printing in 2012 Q2 SP1 (2012.2 725) version of RadRichTextBox for WPF which matches your description. Fortunately, it has already been fixed and the fix is available for download in the Latest Internal Build (LIB) from your account.

Don't hesitate to contact us if you have other questions.

Kind regards,
Vasil
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
RichTextBox
Asked by
Robert
Top achievements
Rank 1
Answers by
Robert
Top achievements
Rank 1
Vasil
Telerik team
Share this question
or