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

WPF control (like cellgrid) inside cell of SFSpreadsheet

Hi 

Is it possible to add WPF control (like cellgrid) inside cell (or merged cells) of SFSpreadsheet. Also, is it possible to serialize binary this and print it.

thanks in advance

Dejan

1 Reply

KB Kanimozhi Bharathi Syncfusion Team December 8, 2015 11:36 AM UTC

Hi Dejan,

Please find the details below,

QUERY
RESPONSE
Is it possible to add WPF control (like cellgrid) inside cell (or merged cells) of SFSpreadsheet
We have internally implemented the support to customize the cells in SfSpreadsheet and it will be available in the upcoming release 2015 Vol4  by the mid December ,2015
is it possible to serialize binary this 
For Serialization support in SfSpreadsheet, you can use SaveAsXml() function like the below code example

MemoryStream serializedBinary = new MemoryStream();    spreadsheet.Workbook.SaveAsXml(serializedBinary, ExcelXmlSaveType.MSExcel);


Also please find the sample for serialize/Deserialize below,

Sample link: http://www.syncfusion.com/downloads/support/directtrac/general/ze/WpfApplication1_(3)-1864963645

is it possible to print it.

For Printing in SfSpreadsheet, you can find the samples in the Dashboard in the following link
Link:  Syncfusion Dashboard->WPF->Run Local Samples->Grids->Spreadsheet ->Miscellaneous->Printing.

Sample link: http://www.syncfusion.com/downloads/support/directtrac/general/ze/CS-1601887016


Please let us know if you have any query.

Regards
Kanimozhi B

Loader.
Live Chat Icon For mobile
Up arrow icon