CraigCav / Knockout-jqGridBinding

A grid binding plugin for Knockout.js that provides basic integration with the JqGrid plugin for jQuery.
MIT License
37 stars 10 forks source link

MVC version? #14

Open Carlos-Mosquera opened 10 years ago

Carlos-Mosquera commented 10 years ago

Does anyone create an MVC version?

I have problems to understand to view how it's works.

Please help!

CraigCav commented 10 years ago

Knockout follows the Model-View-View-Model (MVVM) pattern, rather than MVC, although there's nothing to stop you using knockout alongside MVC frameworks (like ASP.NET MVC for instance).

I'm not sure I am clear on exactly what you have in mind. Are you trying to use this plugin alongside server-side MVC implementation?