Hello,
I am new to using the Grid and need a little help.
I have a ViewModel for my page, for brevity's sake, say the model has an EventName for display, and a List of EventRegistrations, and a couple of text boxes to capture data. Using Razor on the view.
I am populating the grid in an Ajax call - but I am not updating any of the grid records. Can I populate it from the ViewModel when the page loads?
Secondly... I am using the grid to add a checkbox to each row. I want to be able to access these selected values server-side and I do not know how to do this so that I can HttpPost to my controller all of the grid rows with the selected rows along with the couple of other textbox values I'll be using. I have seen the .Columns.Select() approach and the ClientTemplate javascript approach.
I usually depend on the ViewModel to be there in the post -- but I am not sure how to get values from the View's ViewModel and the KendoGrid.
I just need a little assistance getting in the right direction.
Thank you for assistance in advance,
Therese