I need to export my own propriatory xml format based on the dataitems of the grid. This would be easy enough by simply iterating through the grid items, however the export functonality has some nice features, such as being able to ignore paging (by returning all items from the datasource).
So... is there any way to extend the grids export functionality?
If the answer to the above is no, then what is the best way to return all the dataitems from a grid (which ignores paging, but will honor any filters or sorting that have been applied)?
Thanks.
So... is there any way to extend the grids export functionality?
If the answer to the above is no, then what is the best way to return all the dataitems from a grid (which ignores paging, but will honor any filters or sorting that have been applied)?
Thanks.