IGridJsService.LazyLoadingStreamJson

IGridJsService.LazyLoadingStreamJson method

Writes the JSON string of the specified sheet in the file from the cache using the specified unique id to the stream..

public void LazyLoadingStreamJson(Stream stream, string sheetName, string uid)
ParameterTypeDescription
streamStreamThe stream that will be written
sheetNameStringThe sheet name.
uidStringThe unique id for the file cache.

See Also