how to deselect datagridview?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nirmalsingh
    New Member
    • Sep 2006
    • 218

    how to deselect datagridview?

    hai all
    i have selected datagridview by datagridview.se lectAll();
    now i want to deselect datagridview how to do this?
    with Cheers
    Nirmal
  • Shashi Sadasivan
    Recognized Expert Top Contributor
    • Aug 2007
    • 1435

    #2
    how about selecting only the first index ie to index Zero (if the count of items is greater than zero)

    Comment

    Working...