We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

SfSpreadsheet print

On a windows store app project i have this:

to simply display a xls file (without the ribbon)
i then do
await this.spreadsheet.Open(file);
where file is a StorageFile.


On the same page i have a button to print.
But i can't seem to find the command to do that
is there any way to do a print in syncfusion:SfSpreadsheet ?

2 Replies

RS Ric Silva replied to Ric Silva December 16, 2015 11:56 AM UTC

On a windows store app project i have this:

to simply display a xls file (without the ribbon)
i then do
await this.spreadsheet.Open(file);
where file is a StorageFile.


On the same page i have a button to print.
But i can't seem to find the command to do that
is there any way to do a print in syncfusion:SfSpreadsheet ?

on second line it should be this

<syncfusion:SfSpreadsheet x:Name="spreadsheet" Grid.Row="2"/>


KB Kanimozhi Bharathi Syncfusion Team December 17, 2015 12:50 PM UTC

Hi Ric Silva,

Thank you for contacting Syncfusion support.

We regret to let you know that currently we do not have printing support in SfSpreadsheet(WinRT platform). However we have already considered it as a feature request and it will be included in any of the upcoming releases.

Regards
Kanimozhi B

Loader.
Live Chat Icon For mobile
Up arrow icon