Can I use something like this to bind my view model to the igGrid :
<table id="grid1" data-bind="igGrid: { dataSource: initialMargin }">
</table>
The idea here is to use MVVM to separate UI from ViewModel, and wondering if there are any now issues.
I've been seeking out some online samples, but so far can't find anything.
thanks in advance.
Bob
hey Bob,
sure, we support full two-way data binding integration with Knockout.JS, check out the following samples:
http://es.infragistics.com/products/jquery/sample/grid/grid-knockoutjs-integration
http://es.infragistics.com/products/jquery/sample/hierarchical-grid/hierarchical-grid-knockoutjs-integration
Hope it helps. Thanks,
Angel
Hi Angel
Thanks for the response. I'll have a look and pass onto my team.
regards,