This example shows how to preview and print/export the grid content. The grid is printed and exported using the built-in capabilities.
Question Comments
Added By: Mary Roy at: 6/25/2012 1:53:12 PM
Using DevExpress 12.1.4.0 the print preview does not print the Is Private column correctly.
Either all the rows are checked or all the rows are unchecked on the preview which may not be what is displayed in the grid.
DataContext = new IssueList();
How does DataContext know what it's pointed to? Same question applies for the view.ShowPrintPreviewDialog(this);
lines