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 / July 2006

Tip: Looking for answers? Try searching our database.

How do I focus on this cell in a winforms Datagrid control?????

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
rhaazy - 28 Jul 2006 19:48 GMT
why doesnt this work????

DataGridCell newrowcell = new
DataGridCell(dataGrid1.CurrentRowIndex,0);
                dataGrid1.CurrentCell = newrowcell;

If I use the integer 1 instead of 0, it works, but that is the second
column, I want the focus to be on the first column, however this piece
of code appears to do nothing.  Anyone know why?????
rhaazy - 28 Jul 2006 20:06 GMT
If I add this line before I do it:
dataGrid1.Focus();

It works, which implies to me that this is a bug

It would appear that if you focus on any cell other than the first
column it will work, but if you want to focus on the first column you
need to focus on the grid first....

> why doesnt this work????
>
[quoted text clipped - 5 lines]
> column, I want the focus to be on the first column, however this piece
> of code appears to do nothing.  Anyone know why?????

Rate this thread:







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.