New to KendoReact? Learn 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
The configuration options for the remote data source.
Returns
An object containing all the properties and methods from useDataSource plus additional methods for interacting with remote data.