In my app a use can load a text file in a radTextbox (logs, etc.) I want to print/preview the contents but get this error;
"Unable to cast object of type 'Telerik.WinControls.UI.RadTextBox' to type 'Telerik.WinControls.UI.IPrintable'."
I presume the RadPrintDocument cannot handle this type of control. Is there anyway to do this or any other rad control I could use to load the contents of a text file that would work with the RadPrintDocument/print preview feature
"Unable to cast object of type 'Telerik.WinControls.UI.RadTextBox' to type 'Telerik.WinControls.UI.IPrintable'."
I presume the RadPrintDocument cannot handle this type of control. Is there anyway to do this or any other rad control I could use to load the contents of a text file that would work with the RadPrintDocument/print preview feature