Click here to Skip to main content
15,887,332 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am needing to export Grid Data that has already been filtered in a Telerik grid to Excel.

I am not using Radgrid or kendo, just normal @{Html.Telerik().Grid<project.gridmodels.testgridmodel>()
.Name()
.Datakeys()
.Filterable()
.DataBinding(dataBinding => dataBinding
.Ajax()
.Select("ActionMethod", "Controller")

What I have tried:

I have searched for countless examples on how to do this, but most items on Telerik website and other sites use Kendo or Radgrid, which I am not using.

not sure if there is a way to pull the html data from the filtered grid and pass that to excel, and if that is possible I wouldn't know where to begin.

please help!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900