Hello,
I'm trying to replicate functionality present in a legacy system.
The old system has what could be referred to as a DataGridView. The SelectionMode is FullRowSelect.
I've bound the DataGridView, and want to allow the user to query content of the DataGridView by creating a new, empty, row at the top of the grid (whilst disabling the "selectability" of the other rows), switching the SelectionMode to CellSelect where the user can type in any data that may be contained in the grid, press OK, and produce a filtered grid based on the data the user has queried for.
Is this possible?