I notice there is a "AutoGenerateSelectionButton" function but it's not really what I want. I want to be able to two things when a row is clicked (anywhere of the row):
- change the color of that entire row.
- get the value of a specific column and update another table accordingly.
How can I acheive that without writing client-side javascript functions?