I'm trying to setup a grid with Multiple, Row based selection in combination with InCell editing. The issue is that a click of an editable cell causes selection of that row (and messes up existing selections). I thought I could wire up my own click event and determine if a clicked cell was editable, then disable the selection, however I can't find a way to remove the select event that is connected to the containing table of the grid.
In trying to unbind the event, it appears since it was not bound via jQuery, jQuery can't unbind it. Any other suggestions for how to accomplish this combination of functionality with the grid control?
Thanks in advance - Greg