Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8481451
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T19:33:41+00:00 2026-06-10T19:33:41+00:00

I have to work on a project that has a datagridview without a datasource.

  • 0

I have to work on a project that has a datagridview without a datasource. Also it’s done in vb.net. I want to loop through each row on a specific column to find specific data and set my focus on that record.

For Each item As C1.Win.C1FlexGrid.Row In myDataGrid.Rows
    ' something like searchFor/contains 
    ' (no idea, can't find the right way to search) for mySpecificData
Next

Help is appreciated, best regards

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T19:33:42+00:00Added an answer on June 10, 2026 at 7:33 pm

    I assume that you are using component One FlexGrid, so I had a look at the documentation at the according site. Each row has an Item Property so this example might work

    For Each row As C1.Win.C1FlexGrid.Row In myDataGrid.Rows
        if row.Item("COLUMNNAME") = YOUR_VALUE then
            ' select range
            C1.Win.C1FlexGrid.Select(row.Index, COLUMN_INDEX);
        end if    
    Next
    

    If you’d like to directly access a cell you may use Select method instead.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on an iOS project that has to work from iOS4. I have
I want to add banner to my project. I have done some work in
I have recently started work on a project that has already been running for
I was just told that I might have to work on a project where
I have a large c# project at work that controls a radar jammer. When
I have multimodule project. Can I make it somehow work that when calling compile
I work on a project that has a lot of AOP-style aspects and interceptors.
I have a project that has a dependency on a static library. In Xcode
I have taken over a project that has a lot of code that is
I have a Python project that has the following structure: package1 class.py class2.py ...

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.