Does any one know how to provide file name
to the exported file in Telerik RadGrid
,
Exported file could be of any format pdf, excel or word
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Carriage Return (ASCII chr 13) is missing from tex
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
Source: Grid / MS Excel/MS Word/CSV
From: When to set RadGrid.ExportSettings.FileName
Reference:
Export RadGrid content to Excel/Word/CSV/PDF with Ajax enabled
You can set the filename as well as other options for exporting, on the
ExportSettings
property of the grid (not theMasterTableView
). So for example: