I'm using Export to excel feature in my Telerik Radgrid, for this i'm using UseAllDataFields="true"
<MasterTableView CommandItemDisplay="Top" UseAllDataFields="true"> and working fine,
also the paging is working fine with internal filtering but the panel which shows ' 6 items in 1 Pages' after filtering i have only 1 record in Radgrid but the panel again shows ' 6 items in 1 Pages'
also if i change UseAllDataFields="false" then it works fine but then the export to excel feature stops.
Thanks,
<MasterTableView CommandItemDisplay="Top" UseAllDataFields="true"> and working fine,
also the paging is working fine with internal filtering but the panel which shows ' 6 items in 1 Pages' after filtering i have only 1 record in Radgrid but the panel again shows ' 6 items in 1 Pages'
also if i change UseAllDataFields="false" then it works fine but then the export to excel feature stops.
Thanks,