Hi Support:
I have a view with a grid. The grid datasource is populated with a ViewBag.
The grid will display data that can only be edited.
Two columns are template columns. The first is a checkbox and the other is an input box. We decided to use templates because the checkbox should be clickable with a single click and the other template (input) is because is displayed only in certain rows.
Outside the grid there is a Save button. The goal is that when the save button is clicked, the new data must be transferred to the server via ajax.
The problem is that I dont know how to read the values from the grid, because the dataSource property does not have the modifications.
Please help.
Thanks in advanced
David