This question is locked. New answers and comments are not allowed.
hi i am using asp.net mvc grid to Export csv file. i need to export all the pages in csv file how can i do?
http://demos.telerik.com/aspnet-mvc/grid/customcommand?theme=forest
Controller
Thanks,
Rajesh G K
http://demos.telerik.com/aspnet-mvc/grid/customcommand?theme=forest
Controller
IEnumerable orders = GetOrders().AsQueryable().ToGridModel(page, 10, orderBy, string.Empty, filter).Data;
here example coding assigned to the pageSize is 10.
Thanks,
Rajesh G K