This question is locked. New answers and comments are not allowed.
Take for example, I simply want to reproduce same behavior as http://demos.telerik.com/aspnet-mvc/razor/grid/editingajax, so what I did was:
- Install the MVC extension via nuget
- Created model, view, editor template, and copied code from demo site
But when I clicked edit button to perform inline editing, I was not able to display the numeric box (with up/down arrows), and the date time value did not show in date picker.
I guess the first issue was resulted from missing editor template, does it mean nuget will not be able to install everything?
How about second problem? I really have no clue.
I attached my solution here.