I think its a deliberate feature… usually, you want clicks on inputs, selects and links to be handled by the object clicked on, and not by the grid, and thats what the click handler does.
There is a workaround, which is to supply your own beforeSelectRow handler, and do whatever you want there: