it seems grid.selectable={{ drag: true }} prevents otherwise native browser cell text selection... we only need drag selection for the one special "isselected" checkbox column cells versus dragging selection across all the other cells... any way to enable this? perhaps customizing cell render function removing or adding something to defaultRendering? short of a full solution, could you elaborate on what code is capturing the click event when drag mode is enabled?