.net - DataGridView Row select without RowHeaders -


How do you select the entire DataGrid view row on cell selection and disable selection of a single cell

Note: Just like the behavior of a listview

You can see the gridView.SelectionMode = Choose from FullRow;

It still leaves the option to select a cell by double clicking the user, you will have to experiment to get it to enjoy (editing and editing Readline)


Comments