Knockout-Contrib / KoGrid

A Knockout DataGrid

Home Page:https://knockout-contrib.github.io/KoGrid/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checkbox in kogrid

deepthich opened this issue · comments

Team,

I have kogrid with one column having checkboxes. I have 2 issues:

1)When I check/uncheck a custom checkbox column, I need to pull in the row values. How to get row data?
2)I have a save button outside kogrid. If I click save, the row values should be posted as json object.

Thanks