Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2585
How to tell if igGrid rowselector when column clicked is selected vs deselected
posted

I have a grid with row selectors and I'm using the gridRowSelectorsRowSelectorClicked event for when the user clicks on the column and not the checkbox of the row selector. Is there a way in this event to see if the row is being selected or unselected? 

Ideally i'd like the information below that we can get in the gridRowSelectorsCheckBoxStateChanging event.

checkBoxState = ui.newState;
isHeader = ui.isHeader;