Skip to content

DevExpress-Examples/aspnet-mvc-dashboard-how-to-provide-data-for-objectdatasource-using-a-fill-service-t583015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard for MVC - How to provide data for ObjectDataSource using a fill service

This example shows how to bind the ASP.NET MVC Dashboard extension to the Object Data Source and supply it with data using a custom fill service by implementing an IObjectDataSourceCustomFillService interface.

In this example, the ObjectDataSourceFillParameters.DataFields parameter is used to load data only for required fields.

Files to Review

Documentation

More Examples