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
95
Custom Filter Results in Export Failure
posted

I am working on an UltraWinGrid and want to be able to export it to Excel and print it. If I use the normal sort, filter, or group by features, the export and print both work as expected. However, on one of my columns, I have implemented a custom sort and custom filter. If I implement the custom filter, both the exported Excel document and the pdf printed (a pdf printer is default for development) print the column headers, but there is no other information regardless of the filter applied. Applying a custom sort and then exporting or printing works fine.

I am using Infragistics v 6.3.20063.53 (upgrading this tool is not an option for us at the moment as we just did a major upgrade on some other aspects of the project) in a VS2005 project.

Has anyone else come across this issue? If so, are there any workarounds?