I have a Telerik RadGdir that dynamically loads data using OnNeedDataSource. When all the data is attached, I want to use the PreRender event to add a footer row that will contain text describing the grid data. This grid is then exported to Excel. Requirement: I need to get footer data in Excel .......
1) How to add a footer row in RadGrid with specific text?
alternative solution ....
2) How to add a footer line with specific text when performing Excel export?
source
share