Is there a simple way to only enable the 1st column in a datagrid. I want the user to simply select a range or single items from column 1 which are then added to a listbox.

The problem is if they start selecting from the other columns. I put different events in like on Cell Click etc... to jump to the 1st column but there's too much that can go wrong. Would be simpler to just only enable 1 column.