Hi,
When radgrid.gridlines is set to both, radgrid has double border (see attached image) on firefox, safari and chrome. But if radgrid.gridlines is set to none, the export excel file does not have border among its cells. How to solve this problem? Thanks.
I suppose you want to add border for cells when exporting to excel. Try the following code snippet in GridExporting event to add required styles while exporting. Hope this helps.