I need to capture when a row is clicked, not an individual cell. Looked at header click events but did not find what I need.
How to I capture when a row is selected by clicking the side bar of the grid?
there is a doubleClickRow event.... not sure if that helps you or not.
I was hoping for a RowClick or someway to notify when a row is selected in the grid so I can set a variable to the column value of the newly selected row. Worse case, I will just tell people they need to double click to set the new value of the variable.