In my grid I have implemented the checkbox. Based on the checkbox selected I want to get the row number. My functionality is to remove the row based on the checkbox selection.
I have add button and remove button. so based on the checkboxes selected, I need to remove those rows. I could not find out any example for the removing the rows based on the checkbox selection.