MVCFlexGrid
Disable Server Reading
This sample shows how to export mvc flexgrid to excel with the DisableServerRead property.
Features
Settings
Export
Export Name :
Description
This sample shows how to export mvc flexgrid to excel with the DisableServerRead property.
When it is set to True, all the items will be transferred to the client side. So it just export the current flexgrid with all the data in client.
Otherwise, will obtain the data from server side first, then export the flexgrid with all data to excel file.