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

  • Home
  • SEARCH
  • 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 6161471
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T21:29:05+00:00 2026-05-23T21:29:05+00:00

I have a grid (I’m using Bryntum scheduler) where I have a text search

  • 0

I have a grid (I’m using Bryntum scheduler) where I have a text search where I’m using scrollEventIntoView() to highlight the found record.

I would then like to trigger a click event for the found item. I guess the issue is I really don’t know how to translate the selected item in the store to the selected item in the grid.

I’m a little confused as to the difference of store.getAt() vs. getSelectionModel.select(). (and if someone could point me to a good article on the selection model, that would be appreciated as well)

Here’s what I’m doing:

var searchIndex = ds.eventStore.find('DealTitle',mySearch)
var SearchRec = ds.eventStore.getAt(searchIndex);
ds.getView().scrollEventIntoView(SearchRec, true);

…all is good there. What I’d like to do next is something like this:

var selCell = ds.getSelectionModel().select(__WHAT GOES HERE?__);

or this:

SearchRec.fireEvent('click');

…but I seem to be missing a reference to the grid cell I want.

  • 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-23T21:29:07+00:00Added an answer on May 23, 2026 at 9:29 pm

    SearchRec goes there 🙂

    var selCell = ds.getSelectionModel().select(SearchRec);
    

    UPDATE

    I’ve just understand that you are probably using extjs3.

    In Extjs3 you can select cell like this

    var index = grid.store.find(('DealTitle',mySearch));
    //second param is index of column
    grid.getSelectionModel().select(index, 0);
    

    Here is fiddle

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

Sidebar

Related Questions

I have grid of thumbnail images on a form, and I would like for
I would like to know - which WPF control can have grid as a
I have grid something like this: Ext.define('Exp.view.dashboard.Tv', { extend: 'Ext.grid.Panel', initComponent: function() { this.columns
I am using vb.net code. I have grid view, please see the code below:
I have a Grid inside a Canvas defined like this: <Canvas x:Name=outerCanvas> <Grid Grid.Row=1
I have grid, where I have a lot of records. There is operation like
Hai presently i have grid like this. <Grid Name=tGrid1 Grid.Row=0 Background=Black > </Grid> <Grid
I have a grid laid out like so; +---------+---------+ | Image | Details |
We have a grid control that allows a user to filter text in different
I have grid view with three column name, rate, category I am also using

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.