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

Add Print functionality for Radwindow from code behind

2 Answers 67 Views
Window
This is a migrated thread and some comments may be shown as answers.
Sam
Top achievements
Rank 1
Sam asked on 18 Feb 2013, 05:16 PM
Hi,

I am openning a radwindow on button click from code behind as below in silverlight 5 app:

 RadWindow newChldWindow = newRadWindow();
            newChldWindow.Closed += popUpCloseEvent;
            newChldWindow.Height = 650;
            newChldWindow.Width = 1000;
            newChldWindow.ResizeMode = ResizeMode.CanResize;
            newChldWindow.CanMove = true;

Would it be possible to add print functionality to this from code behind?

Thanks

2 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 19 Feb 2013, 11:52 AM
Hello Sam,

Can you confirm you are looking for options for the RadWindow for ASP.NET AJAX because this code does not seem to relate to its specifics - it has no Closed event, nor does it have ResizeMode or CanMove properties. Nevertheless, this and this KB articles explain how printing and custom buttons can be added to a RadWindow (note that they both require JavaScript). If you are working with a different technology I advise that you post your question in the most relevant forum.


Kind regards,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Sam
Top achievements
Rank 1
answered on 19 Feb 2013, 02:31 PM
It is radwindow i can confirm that but might be older version...i have gone through those articles but did not succeeded with silverlight...will post in silverlight
Tags
Window
Asked by
Sam
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Sam
Top achievements
Rank 1
Share this question
or