Type alias: ResponseHandler

type ResponseHandler: (response) => Promise<PageData>;

Description

Callback type to change the Responseopen in new window object before it is handled by the data grid from the built-in server side data service. This is useful when you need to map the servers response data back to PageData.

See

dotnet IQueryable helpersopen in new window

Parameters

ParameterType
responseResponseopen in new window

Returns

Promiseopen in new window<PageData>