|
-
Jul 7th, 2008, 05:41 AM
#1
Thread Starter
Addicted Member
[2008] DataGridView - is this feasible?
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|