Hi,
i am new to silverlight and i am asked to use radgridview and print the data of the rad gridview.Can u tell me if it is possible to print data of a gridvview.
1 Answer, 1 is accepted
0
Hristo Deshev
Telerik team
answered on 15 Jun 2009, 07:13 AM
Hello suresh,
Printing is not supported by Silverlight at the moment. The recommended workaround is to export the data to Word/Excel/CSV format, and print the exported document. For further information, please consult the Exporting example.