IGridJsService.LazyLoadingJson

IGridJsService.LazyLoadingJson method

Gets the JSON string of the specified sheet in the file from the cache using the specified unique id.

public StringBuilder LazyLoadingJson(string sheetName, string uid)
ParameterTypeDescription
sheetNameStringthe sheet name.
uidStringThe unique id for the file cache.

Return Value

The JSON string StringBuilder

See Also