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 | 
Install
Install-Package TelerikMvcGridCustomBindingHelper
                        dotnet add package TelerikMvcGridCustomBindingHelper
                        paket add TelerikMvcGridCustomBindingHelper
                        
                                TelerikMvcGridCustomBindingHelper Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- TelerikMvcExtensions(>= 2013.2.611)
- AutoMapper(>= 3.2.1 && <= 3.9)
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.