I have a radgrid. inside the radgrid I have checkBox.
If I check or uncheck any checkbox in the grid it it rasises checkbox checked event. I want to find out the row Id of that particular checkbox that is checked.How can I do that in vb.net??
I dont want to loop through all the items in the grid and find out what is checked, I just want the one that is checked or unchecked at that time.
Thank you.
If I check or uncheck any checkbox in the grid it it rasises checkbox checked event. I want to find out the row Id of that particular checkbox that is checked.How can I do that in vb.net??
I dont want to loop through all the items in the grid and find out what is checked, I just want the one that is checked or unchecked at that time.
Thank you.