New to KendoReactLearn about KendoReact Free.

useRemoteDataSource<T>

A hook that extends the functionality of useDataSource by adding support for remote data operations. It enables you to connect to remote endpoints and perform CRUD operations while managing the data state locally.

Parameters

props

RemoteDataSourceProps<T>

The configuration options for the remote data source.

Returns

RemoteDataSource<T>

An object containing all the properties and methods from useDataSource plus additional methods for interacting with remote data.
Not finding the help you need?
Contact Support