Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm General / April 2006

Tip: Looking for answers? Try searching our database.

DataGridView automatically selects first row

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Brett - 31 Jan 2006 23:22 GMT
I'm setting the datasource of a DataGridView to a datatable.  This
loads the grid correctly but it automatically selects the first row in
the grid, triggering the SelectionChanged event.  Is there a way to
stop the grid from automatically selecting the first row?

Thanks.
Brandon - 07 Feb 2006 16:54 GMT
Try handling the DataBindingComplete() event and setting selectedIndex = -1.
Signature

He who dies with the most toys wins.

> I'm setting the datasource of a DataGridView to a datatable.  This
> loads the grid correctly but it automatically selects the first row in
> the grid, triggering the SelectionChanged event.  Is there a way to
> stop the grid from automatically selecting the first row?
>
> Thanks.
Nkem - 19 Apr 2006 17:56 GMT
You would just as well do this: datagridviewname.ClearSelection(); right
after loading data.

> Try handling the DataBindingComplete() event and setting selectedIndex = -1.
>
[quoted text clipped - 4 lines]
> >
> > Thanks.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.