Board index » delphi » TDBGrid Multi Select visual feedback

TDBGrid Multi Select visual feedback

to turn off selection of current row:
    dbgrid1.selectedrows.currentrowselected := false;

On Tue, 16 Jun 1998 13:45:17 -0400 Scott Gray said something like...
:I'm using a DBGrid with multiselect turned on in a drag and drop operation.
:When selecting multiple items using <ctrl>-Left mouse button, clicking a
:previously selected item does not un-highlight it even though it is no
:longer a part of the selection set.
:
:Is there a way to correct this behavior.
:
:Scott
:
:
:

 

Re:TDBGrid Multi Select visual feedback


Sorry. I just realized you must have dgrowselect on (I never use this
option).
What you are seeing is a big bad bug in dbgrid. I wish I could have
helped.

On Sat, 20 Jun 1998 09:04:40 -0400 lj said something like...
:to turn off selection of current row:
:    dbgrid1.selectedrows.currentrowselected := false;
:
:On Tue, 16 Jun 1998 13:45:17 -0400 Scott Gray said something like...
::I'm using a DBGrid with multiselect turned on in a drag and drop operation.
::When selecting multiple items using <ctrl>-Left mouse button, clicking a
::previously selected item does not un-highlight it even though it is no
::longer a part of the selection set.
::
::Is there a way to correct this behavior.
::
::Scott
::
::
::
:

Other Threads