Hi,
I have a got a scenario where by I have to make use of custom paging by setting VirtualItemCount. This works fine but I want to export whole dataset in .csv ignoring Paging.
During the export routine, I have set
grid.ExportSettings.IgnorePaging = false
It's not working as I am wanting.
Please advise.
Many thanks.
MG
I have a got a scenario where by I have to make use of custom paging by setting VirtualItemCount. This works fine but I want to export whole dataset in .csv ignoring Paging.
During the export routine, I have set
grid.ExportSettings.IgnorePaging = false
It's not working as I am wanting.
Please advise.
Many thanks.
MG