This question is locked. New answers and comments are not allowed.
Hi,
I am openning a radwindow on button click from code behind as below in silverlight 5 app:
Would it be possible to add print functionality to this from code behind?
PS. I can move this whole functionality to a control if necessary(which i tried and didn't succeed by using this and this KB articles)
Thanks
I am openning a radwindow on button click from code behind as below in silverlight 5 app:
RadWindownewChldWindow =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?
PS. I can move this whole functionality to a control if necessary(which i tried and didn't succeed by using this and this KB articles)
Thanks