I have a <div> that is bound to an MVVM View Model. Inside the <div> I have a Kendo Grid. I can't use the normal "data-" attributes because the column template syntax combined with razor syntax just does not mix. So, I'm trying to create the grid using the $('#grid').kendoGrid(); syntax.
My problem is that I don't see anyway to bind the dataSource of the grid to my dataSource inside the View Model. Is this possible?