Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.23 KB

grid-custom-datasource.md

File metadata and controls

36 lines (28 loc) · 1.23 KB
title description type page_title slug tags res_type component
Configure a Custom DataSource for the Grid
An example on how to configure a custom DataSource to populate a Telerik UI for ASP.NET Core Grid HtmlHelper.
how-to
Configure Custom Grid DataSource | Telerik UI for ASP.NET Core Grid
grid-custom-datasource
aspnet, core, dotnet-core, kendo, kendo-ui, grid, datasource, custom, custom-datasource
kb
grid, datasource

Environment

Product Grid for Progress® Telerik® UI for ASP.NET Core
Product DataSource for Progress® Telerik® UI for ASP.NET Core

Description

How can I configure a custom DataSource for the Grid HtmlHelper?

Solution

For the complete implementation on how to configure a custom DataSource to properly populate a Telerik UI Grid HtmlHelper for ASP.NET Core, refer to this GitHub project.

See Also