Hi,
My requirement is to export RadGrid data to excel when user clicks on button outside RadGrid.
The following are the customizations that are needed:
1) Save or Open dialogue box should show up for opening or saving excel file.
2) Add company logo to excel file at certain position. Like row1 column1 to row5 column5. Logo size (gif format) is
always going to be same. Currently we are doing it by accessing worksheet and adding it.
3) we should be able to specify from where data should start showing up like row7..
4) We are hiding some columns in the grid. When exported, these shouldn't be exported.
5) Some rows in the grid are disabled. User can't click them. They shouldn't be exported.
6) Add a title and format it.
7) Format print options like margin etc..
I appreciate your help. Please let me know if there are any links about how to take care of it.
Thanks,
Prathiba.