Click here to Skip to main content
15,897,968 members

Comments by Member 9111713 (Top 3 by date)

Member 9111713 13-Mar-13 17:07pm View    
not able to understand why only one person has issue just because of asking a question. If you don't know anything be silent and let do other what they want.
Member 9111713 12-Dec-12 8:09am View    
Hi Patrick,
Thanks for reply..but I want to do this because of the performance issue (to select first cell of each row if 4000 rows in grid takes 10-15 second) and I tried the below code also but not useful.
Dim rowsList = (From row In uxDataGridView.Rows Where Not row.Cells(0).ReadOnly Select row).ToList()
rowsList.ForEach(Sub(p As DataGridViewRow)
p.Cells(0).Value = True
End Sub)

I just don't want to add foreach in my code. Please reply if someone has any other solution.
Member 9111713 12-Dec-12 7:29am View    
Please help me ASAP.