Button on Grid and onrowclick event
Posted: Tue Mar 20, 2012 10:59 am
I've set up a Grid to display records. I set up an onrowclick event so if a user clicks on one of the rows in my grid, it will then display the full details for the records in the panel below the grid.
However, i also want to have an edit button within the grid so if a user clicks on the edit button on a row, it will then popup a window that allows them to edit the details for that record.
It seems like my button is never getting pressed though as my onrowclick event is intercepting the mouse click.
Is there any way to get both functionality working? (onrowclick and button press within row).
Or is there another way to set this up if not possible?
However, i also want to have an edit button within the grid so if a user clicks on the edit button on a row, it will then popup a window that allows them to edit the details for that record.
It seems like my button is never getting pressed though as my onrowclick event is intercepting the mouse click.
Is there any way to get both functionality working? (onrowclick and button press within row).
Or is there another way to set this up if not possible?