Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
835
Can I use data-bind attribute to generate the igGrid
posted

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

Parents Reply Children
No Data