datagridview

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • enrico via DotNetMonster.com

    #1

    datagridview

    every time you click on a datagridview only the specific cell where your
    mouse pointer is at is highlighted. is there a way that when you click a cell
    its entire row will be highlighted?

    --
    Message posted via http://www.dotnetmonster.com

  • =?Utf-8?B?S2VycnkgTW9vcm1hbg==?=

    #2
    RE: datagridview

    enrico,

    SelectionMode

    Kerry Moorman


    "enrico via DotNetMonster.c om" wrote:
    every time you click on a datagridview only the specific cell where your
    mouse pointer is at is highlighted. is there a way that when you click a cell
    its entire row will be highlighted?
    >
    --
    Message posted via http://www.dotnetmonster.com
    >
    >

    Comment

    Working...