Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2395
Excel Exporter
posted

I am trying to export XamDataGrid to excel.

Question: how do I export format settings?

Let's say I have one column showing currency and another showing percentage.

Both are double values. I need it exported to excel with number formatting.

Is it possible to do?

Is it possible to access somehow cell's ValueEditor.Format property from the code?

Another problem:

I am setting bacground property of DataRecordCellAreaStyle at runtime.

The style has datatriggers and depending on particular field value it sets row background color.

Now I want to export that color to excel as well. I can't find the way to read that color from the cell or row...

 

Thanks

Parents
No Data
Reply
  • 440
    posted

    Hi Dierk,

    did you downloaded XAM Feature Browser? There is a sample in xamDataGrid->Excel Exporter called Custom Cell Styling. I think this sample will answer most of your questions.

    You can apply any formatting using the "FormatString" property of the igExcelExporter:FormatSettings

Children