Hi!
I have a scenario with a RadGrid binded to a ObjectDataSource ( DataSourceID = "DS")
I've noticed then when I export da grid the " grid.MasterTableView.ExportToExcel();" fires the GetList() method twice. This doesn't happens when I rebind the grid after the user clicked the search button. This only happens when exporting the grid. What may be causing the GetList method is being called twice each time call the export.?
Best regards
I have a scenario with a RadGrid binded to a ObjectDataSource ( DataSourceID = "DS")
<asp:ObjectDataSource ID=
"DS"
runat=
"server"
EnablePaging=
"True"
SelectCountMethod=
"GetListCount"
<br> SelectMethod=
"GetList"
SortParameterName=
"sortType"
TypeName=
"...."
><br></asp:ObjectDataSource>
I've noticed then when I export da grid the " grid.MasterTableView.ExportToExcel();" fires the GetList() method twice. This doesn't happens when I rebind the grid after the user clicked the search button. This only happens when exporting the grid. What may be causing the GetList method is being called twice each time call the export.?
Best regards