Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. datagridview selected row, highlight row

datagridview selected row, highlight row

Scheduled Pinned Locked Moved C#
question
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    FernandoMartin
    wrote on last edited by
    #1

    hello has anybody tried to deselect a row of the datagridview? i try to deselect a row, but the rowheader ALWAYS indicates a select row, i aleady tried to use: ClearSelection() .Selected = false; but nothing works. the "highlight" in the row disappears, but the rowheader indication not. then, if I try to verify the row to select it again, it never works, because the row is always selected. anybody knows the solution? thanks a lot again :)

    S 1 Reply Last reply
    0
    • F FernandoMartin

      hello has anybody tried to deselect a row of the datagridview? i try to deselect a row, but the rowheader ALWAYS indicates a select row, i aleady tried to use: ClearSelection() .Selected = false; but nothing works. the "highlight" in the row disappears, but the rowheader indication not. then, if I try to verify the row to select it again, it never works, because the row is always selected. anybody knows the solution? thanks a lot again :)

      S Offline
      S Offline
      Salogus
      wrote on last edited by
      #2

      Try: Grid.MultiSelect = false; // surely clear all selections Grid.MultiSelect = true; // return Grid state back

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups