$(function () { var returnsValue; // Type: any // Parameters var exportSettings; // Type: undefined var type; // Type: string var settings; // Type: object var serviceUrl; // Type: string returnsValue = $(".selector").wijgrid("exportGrid", exportSettings, type, settings, serviceUrl); });
function exportGrid( exportSettings : undefined, type : string, settings : object, serviceUrl : string ) : any;
Parameters
- exportSettings
- 1.The name of the exported file. 2.Settings of exporting, should be conformed to wijmo.exporter.GridExportSetting
- type
- The type of the exported file.
- settings
- The export setting.
- serviceUrl
- The export service url.