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
35
Excluding CellValuePresenter Styles For Specific Field
posted

I have a C# application that uses a xamDataPresenter with a  custom CellValuePresenter style created for me by Infragistics.

When I print the grid, it is not applying the style correctly.

One workaround I found was to turn off the CellValuePresenter style when printing by creating a TabularReportView, setting ExcludeCellValuePresenterStyles to true, and setting the DataPresenter's ReportView to the TabularReportView.

This turns off the style for every column in the grid, however,

Is there a way I can turn the style off for a specific column only?