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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T09:59:58+00:00 2026-06-05T09:59:58+00:00

In my extjs grid ‘cutterGrid’ i have a renderer that has the following output

  • 0

In my extjs grid ‘cutterGrid’ i have a renderer that has the following output

<a href="#" class="myclass">Product 1</a>

on my controller i have the following

    '#cutterGrid':{
        cellclick :this.onCutterSelectRow
    },

This works but, obviously this enables click on the whole row. I just want this on a particular cell.

Here is the field in my grid

 {
                            xtype:'gridcolumn',
                            dataIndex:'CutterNumber',
                            text:'Cutter',
                            renderer: renderCutter,
                            flex:1,
                            sortable: true
                        },
  • 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-05T10:00:00+00:00Added an answer on June 5, 2026 at 10:00 am

    The cellclick event passes several parameters to your function – one of them is EventObject

    cellclick( Ext.view.Table this, HTMLElement td, Number cellIndex, Ext.data.Model record, HTMLElement tr, Number rowIndex, Ext.EventObject e, Object eOpts )
    

    In your function, you should be able to do this:

    function onCutterSelectRow(table, td, cellIndex, record, tr, rowIndex, e, eOpts)
    {
        var target = e.getTarget();
        //test HtmlElement target to be your anchor, by class name and element.
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an ExtJS grid that has a button set up in it. The
So I have a ExtJs 4 Grid Panel that has two columns. Column ONE
I have a grid panel in ExtJS 4 with the following features: extend :
I have a ExtJS grid with the following: // Initialize the state manager Ext.state.Manager.setProvider(new
I have an ExtJS Grid, which has 5 columns. In one of the columns,
So here's the case that I'm working on: I have an ExtJS grid of
ExtJS Class Handling is good to handle, but you have to pay it with
I have ExtJS Grid. And I am using Roweditor plugin with combobox. When I
I have a problem. I use extjs grid . This grid will be refreshed
I have a server-side script (PHP) returning JSON data to populate an ExtJS Grid.

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.