Browse by Tags
All Tags » print (RSS)
Showing page 1 of 2 (15 total posts)
-
Is it possible to provide a custom template/style for the PrintPreviewWindow? Without being able to do so, then I am unable to fully localize my application. Is there anyway around this currently? It'd be nice to be able to customize it as well to allow for a custom entry for a header/footer.
-
We were able to reproduce the issue. Thank you for bringing this to our attention.A fix request has been submitted to the development team. We will inform you by email when the fix becomes available for download. Thank you for your patience.
-
Both of these issues were found in the latest version of the DataGrid.
Grouped Printing
If you group by a column, then collapse all of the groups and attempt to print - nothing will print. If at least one of the groups is expanded, then all of the grouped rows will print. It would nice to be able to just print all of the groups for a quick ...
-
While printing Xceed DataGrid for WPF application printing dialog displaying paper size in large decimal places and looks very odd from other printing options.
-
Hello,
I need to print DataGrid contents so I've configured a page footer to show date, time, page number... but I need to show something like ''Page [CurrentPageNumber] of [LastPageNumber]''. Unfortunately I can't find how to get the total number of pages of a print job.
I can use ''IsPrintingLastPage'' property to get the last page number ...
-
It doesn't have to be printed, but printable format would be good: help in pdf format or as an easily printable file of all the basics. (not the basics of wpf, but the basics in using this grid.) Thanks.
-
Hi Odi,
Any chance that the printing page scaling can be released earlier than the scheduled timeline?
We have grids with some numbers of columns which make printing not that ''usable'' because they will be overflow to multiple pages.
I'm hoping that we can use the printing page scaling features programmatically (not using preview) since we may ...
-
Hi,
I have another question about printing with Wpf Grid.
In order to control how the print page will look like I need to set the PrintView property of the Grid.
Because I want all of my report to look the same I've create a single resource of type xcdg:PrintTableView in a resource dictionary.
The problem now is that I want to have ...
-
I have some findings: I have used the Printing sample to see how to do a custom page layout and when I set the Border that contain the xcdg:DataGridPageControl.IsDataGridHost=''True'' to have FlowDirection=''RightToLeft'' the print does come out right to left as I need.
So the real problem here is that the default PrintTableView ...
-
Hi,
I am testing DataGridControl print abilities and I notice that when a grid that is display in FlowDirection=''RightToLeft'' is printed the print file comes in FlowDireciton=''LeftToRight''.
By print I mean call the Print method and select XPS printer, not a real printer.
Is there any way to change it?
1
|
|
|
|