Base solution for your next web application
Open Closed

Angular Kendo Grid with DataSourceRequest/DataSourceResult #6957


User avatar
1
dev_frontrush created

Does anyone have an example of the Anuglar component and Application service using the Kendo Angular grid with the Angular solution having a service in the Application project that has something like:

public DataSourceResult GetProducts([DataSourceRequest]DataSourceRequest request) { return productRepository.GetAll().ToDataSourceResult(request); }


1 Answer(s)