Info
Version: | 1.1.0.452 |
Author(s): | Luis Fernando de Souza Santos |
Last Update: | Saturday, August 9, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://tgh.codeplex.com/ |
NuGet Url: | https://www.nuget.org/packages/TelerikMvcGridCustomBindingHelper.NHibernate |
Install
Install-Package TelerikMvcGridCustomBindingHelper.NHibernate
dotnet add package TelerikMvcGridCustomBindingHelper.NHibernate
paket add TelerikMvcGridCustomBindingHelper.NHibernate
TelerikMvcGridCustomBindingHelper.NHibernate Download (Unzip the "nupkg" after downloading)
Dependencies
- TelerikMvcGridCustomBindingHelper(>= 1.1.0.452)
- NHibernate(>= 3.3.4.4000)
Tags
If you're one of us, you have to implement some sort of "custom binding" methods in order to query the database reporting the criteria for sort, group and filter the data, and then convert back the result to a list of ViewModels.
Sounds simple, but can become a very complicated and repetitive task.
So TelerikMvcGridCustomBindingHelper was built in order to help in this process in a very smooth way.