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 3931142
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T23:19:26+00:00 2026-05-19T23:19:26+00:00

In a readonly datagrid where tabular data is displayed, I want to have the

  • 0

In a readonly datagrid where tabular data is displayed, I want to have the (out of the box) functionality to jump to a row when an user types in some characters.

Say the following records are available:

  • … Some data …
  • Office supplies
  • Orders
  • … More data …

When an user types in the “O”, the row with ID “Office supplies” should be selected. When the user types an “r” after that, the “Orders” row should be selected.

My question actually is: is there an out of the box solution for this, or do I have to create something custom?

  • 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-05-19T23:19:26+00:00Added an answer on May 19, 2026 at 11:19 pm

    There is no “out of the box” functionality to do this, you have to create your own.

    I suggest:

    • listening to the keyboard (when the focus is on the DG for instance)
    • storing the stricken keys inside a buffer
    • after each keyStroke, looping every cell in your dataSource to look fo the first match (depending on the data size, this might be VERY costly as you have to make a string compare for each cell, for every single cell in your dataSource in the worst case…)
    • set the currentCell of the dataGrid to the given row/column position (there are a few ways to do this)

    so this is not that complicated, but it requires some coding and most of all, this might turn into a performance nightmare if you have huge dataSets.

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

Sidebar

Related Questions

I have a datagrid contains sensitive data, which is, only allows user to read,
I have a read-only datagrid bound to a domain data source. The data that
I have a DataGrid, and in that grid, some of the columns are marked
How do I get the DataGrid row data while selecting a DataGrid. For example,
I have just started to create a user control realising that I want a
I'm having some trouble with my datagrid : When I update some data (from
I want to make Windows Forms controls readonly and IDisposable. Is this is a
I have a LINQ to SQL generated class with a readonly property: <Column(Name:=totalLogins, Storage:=_TotalLogins,
I have a problem with the new DataGrid component that comes with .NET4. The
I have created the following extension of the observable list to mimic a readonly

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.