Hi !
I have a RadGrid and I am exporting it to CSV file, working fine.
Now, What if I want to add some external data to the Top of that CSV file?
For example I am exporting grid in CSV file with headers
Id, Name
1, Aaa
2, Bbb
3, Ccc
Now on the Top of Id and Name I want to add row like,
Name : [AnyName]
Date : [Today's date]
is it possible? I have added them to caption but not working..
Thanks.
I have a RadGrid and I am exporting it to CSV file, working fine.
Now, What if I want to add some external data to the Top of that CSV file?
For example I am exporting grid in CSV file with headers
Id, Name
1, Aaa
2, Bbb
3, Ccc
Now on the Top of Id and Name I want to add row like,
Name : [AnyName]
Date : [Today's date]
is it possible? I have added them to caption but not working..
Thanks.