I am using telerik rad grid. It provides the functionality to export grid data into excel. I would like to do some modification while this data is getting exported.
I want to include company details ( i.e logo and some other custom details which are not there in rad grid ) in the exported file.
Is there any possibility of doing this with rad grid export function. Something like overriding the function where i can write these custom data to exported excel file ?
What is the best way to do this ? Please suggest.