json - How to populate a jquery grid using Knockout JS in MVC 4 -
i'm new asp.net mvc , knockout js. have project requirement below.
- i should have list<> in viewmodel data grid.
- i need pass list's data controller view through $.ajax() method.
- the data coming controller should in json format.
- i should use knockout js data-binding in view.
please, can me task example or provide me web links demo.
about returning json, asp.net webapi should best bet. samples here : http://www.asp.net/web-api/overview/getting-started-with-aspnet-web-api/tutorial-your-first-web-api
ko grid doing on front-end side. there's sample here started : http://knockout-contrib.github.io/kogrid/#/overview
i think that's things you'll need started!
Comments
Post a Comment