Say I have a datagrid with just one column, several rows, with a checkbox in each row.
I want to build a save function that saves each checked item to the database.
I also want to be able to click anywhere on the datagrid row and have that check/uncheck the box for me, which \
I will achieve with javascript and html events.