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
0
Select a row when unchecking it
posted

Hello everyone,

I'm currently working on a project using igGrid and the two features "Selection" on rows and "RowSelectors" with checkboxes.

My issue is quite simple : Is there a way to select a row when unchecking it ?

My context for example : only one row can be selected at the same time, you can check as many rows as you want, and you can only check a row by using its checkbox (the row's selection doesn't check it).

I have a grid with 3 rows checked, the 3rd one is selected, and when I uncheck the 1st one, I want that row to be selected so I can know which row I have unchecked.

I haven't find any solution to this so let me know if it is possible or not ! 

Thanks