I don't like having to put string in .DataBinding(d => d.Ajax().Select("ListAjax", "Admin")), is it possible to use T4MVC and do something like .DataBinding(d => d.Ajax().Select(MVC.Admin.ListAjax())) ?
Thank you!
3 Answers, 1 is accepted
0
Georgi Krustev
Telerik team
answered on 25 Nov 2010, 03:39 PM
Hello Vincent Girard,
Check this code library which shows how to use T4MVC with Telerik Extensions for ASP.NET MVC.
Sincerely yours,
Georgi Krustev
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
I downloaded the code but I still don't understand how it works. If I look at it they simply what I try to do : .DataBinding(d => d.Ajax().Select(MVC.Admin.ListAjax().GetRouteValueDictionary())) but for myself I get an error, but not in your project. Is it an extension, a diffenrent build of the telerik dll? What I should be looking for?
Edit : I'm not using the same version of the dll, mine is 2010.2.825.235 and yours 2010.3.1110.235, could it be a new fix?
0
Accepted
Georgi Krustev
Telerik team
answered on 25 Nov 2010, 04:29 PM
Hello Vincent Girard,
T4MVC is supported in 2010.2.930 (SP1 Q2 2010) or later version of Telerik components for ASP.NET MVC.
Regards,
Georgi Krustev
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items