I have a grid and in the grid I have a template column which is an asp checkbox called "Purchase". I have a client side event handler for the onclick of the checkbox. I need to find the row of the check box just checked. I do not want to use a gridclientselectcolumn because I don't want the user to be able to click anywhere in the row to select the row - I only want them to be able to select the row by clicking in the checkbox. What is the code needed on the javascript side to find what row was just clicked?
Thanks,
Laura
Thanks,
Laura