This question is locked. New answers and comments are not allowed.
Hi,
I have a couple of questions about grid export.
First, I would like to export a grid in xls/doc/scv formats without a header row, but I can't find any examples how to do this. One idea that I had is to intercept grid_exporting event and do something with a HeaderRow ExportElement but I was hoping there is a more elegant way of doing this..
Another thing that I need to implement is exporting only selected items, not all the rows in the grid. Again, I have some ideas- maybe creating a new grid with just those rows.. but that doesn't seem like a winner :S
Tnx.
