Click here to Skip to main content
15,903,385 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Trimming a String Pin
Ravi Mahavrathayajula7-Sep-07 10:04
Ravi Mahavrathayajula7-Sep-07 10:04 
AnswerRe: Trimming a String Pin
nishkarsh_k8-Sep-07 9:23
nishkarsh_k8-Sep-07 9:23 
QuestionPrinting a bound datagrid usint new DataGridViewPrint class Pin
2wit2woo7-Sep-07 8:03
2wit2woo7-Sep-07 8:03 
AnswerRe: Printing a bound datagrid usint new DataGridViewPrint class Pin
Dave Kreskowiak7-Sep-07 8:32
mveDave Kreskowiak7-Sep-07 8:32 
GeneralRe: Printing a bound datagrid usint new DataGridViewPrint class Pin
2wit2woo7-Sep-07 8:54
2wit2woo7-Sep-07 8:54 
GeneralRe: Printing a bound datagrid usint new DataGridViewPrint class Pin
Dave Kreskowiak7-Sep-07 9:30
mveDave Kreskowiak7-Sep-07 9:30 
Questiondatagrid cell focus Pin
ggreekggod7-Sep-07 6:49
ggreekggod7-Sep-07 6:49 
AnswerRe: datagrid cell focus Pin
Dave Kreskowiak7-Sep-07 9:35
mveDave Kreskowiak7-Sep-07 9:35 
ggreekggod wrote:
My problem is that I want the first row to be selected as soon as the screen containing the grid is shown.


DataGridView1.Rows(0).Selected = True


ggreekggod wrote:
Also, when switching to new row and changing check status results are not shown until I leave row and re-enter.


That's because the value doesn't actually change until the cell commits the value from the control that it contains. The value in the control will not commit to the value at the cell level until the cell loses focus, either by going to another row, or by selecting the next cell in the row.




A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionWhat is Wrong with the Following Code.Adding records in DB Pin
Vimalsoft(Pty) Ltd7-Sep-07 6:36
professionalVimalsoft(Pty) Ltd7-Sep-07 6:36 
AnswerRe: What is Wrong with the Following Code.Adding records in DB Pin
Manuel F. Hernandez7-Sep-07 6:55
Manuel F. Hernandez7-Sep-07 6:55 
GeneralRe: What is Wrong with the Following Code.Adding records in DB Pin
Vimalsoft(Pty) Ltd7-Sep-07 7:41
professionalVimalsoft(Pty) Ltd7-Sep-07 7:41 
GeneralRe: What is Wrong with the Following Code.Adding records in DB Pin
Manuel F. Hernandez7-Sep-07 8:02
Manuel F. Hernandez7-Sep-07 8:02 
AnswerRe: What is Wrong with the Following Code.Adding records in DB Pin
Christian Graus7-Sep-07 6:56
protectorChristian Graus7-Sep-07 6:56 
Questionchoose first field of repeating data and write to a text file Pin
samme7127-Sep-07 6:21
samme7127-Sep-07 6:21 
AnswerRe: choose first field of repeating data and write to a text file Pin
Dave Kreskowiak7-Sep-07 9:27
mveDave Kreskowiak7-Sep-07 9:27 
GeneralRe: choose first field of repeating data and write to a text file Pin
samme7127-Sep-07 10:12
samme7127-Sep-07 10:12 
GeneralRe: choose first field of repeating data and write to a text file Pin
Dave Kreskowiak7-Sep-07 12:59
mveDave Kreskowiak7-Sep-07 12:59 
GeneralRe: choose first field of repeating data and write to a text file Pin
samme71211-Sep-07 7:16
samme71211-Sep-07 7:16 
GeneralRe: choose first field of repeating data and write to a text file Pin
Dave Kreskowiak11-Sep-07 12:50
mveDave Kreskowiak11-Sep-07 12:50 
GeneralRe: choose first field of repeating data and write to a text file Pin
samme71211-Sep-07 16:56
samme71211-Sep-07 16:56 
GeneralRe: choose first field of repeating data and write to a text file Pin
samme71211-Sep-07 17:35
samme71211-Sep-07 17:35 
QuestionHow to customize a gridview? Pin
shyne77-Sep-07 6:21
shyne77-Sep-07 6:21 
AnswerRe: How to customize a gridview? Pin
Christian Graus7-Sep-07 6:26
protectorChristian Graus7-Sep-07 6:26 
AnswerRe: How to customize a gridview? Pin
Dave Kreskowiak7-Sep-07 6:55
mveDave Kreskowiak7-Sep-07 6:55 
GeneralRe: How to customize a gridview? Pin
shyne77-Sep-07 7:58
shyne77-Sep-07 7:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.