Telerik RadGrid adds footer row

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?

+3
source share
2 answers

(ShowFooter = true) , ItemDataBound ( e.Item GridFooterItem). , .

PreRender GetItems API- ( ).

+3

Source: https://habr.com/ru/post/1792633/


All Articles