Closed tharidu closed 10 years ago
By default AutoMapper is used as conversion to convert Entities to ViewModels.
If you want your own conversion function; provide a function which implements this interface:
Func<IQueryable
Thanks for the answer StefH
Thanks for the awesome framework. It works OOB. Can you give an example on how use conversion parameter when building KendoGridEx?