New to Telerik UI for WPF? Start a free 30-day trial
Printing the RadGridView Control with a Print Preview Dialog
Updated over 6 months ago
Environment
| Property | Value |
|---|---|
| Product | RadGridView for WPF |
| Version | 2024.1.312 |
Description
How to display a print preview dialog and print the data of the RadGridView for WPF control.
Solution
The RadGridView itself doesn't provide an automatic printing support. However, you can print the control by utilizing the RadSpreadsheet component.
See a runnable example that shows how to do this in the SDK Samples repository.