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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T03:13:02+00:00 2026-05-21T03:13:02+00:00

In extjs, for the record object, is there a awy to get a particular

  • 0

In extjs, for the record object, is there a awy to get a particular data index. What I need is this:
I have a renderer function that formats decimals. If the dataIndex of the record is a ‘dollaramount’, i format one way. If something else, I format another way.
So the function is:

decimalsRenderer: function(value, metaData, record, rowIndex, colIndex, store){
if (record.data.index =='amount')
//  format using 2 decimals
else
//format using 3 decimals

},

But record.data.index is not allowed. How can i do it?

  • 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-21T03:13:03+00:00Added an answer on May 21, 2026 at 3:13 am

    I think you are confusing column and record.
    Record does not have dataIndex but Column has one.
    dataIndex for the column tells the grid “for this column, we want to look at this particular field from the store“

    That said, here is how you can obtain the dataIndex i.e. the field name (from store’s point of view) in your column renderer –

    //columnIndex is availble in renderer fn
    var fieldName = grid.getColumnModel().getDataIndex(columnIndex); 
    //Do your thing. check if fieldName is amount
    

    Reference – ColumnModel

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

Sidebar

Related Questions

ExtJS has Ext.each() function, but is there a map() also hidden somewhere? I have
We have written a data store / grid widget system in JavaScript that automatically
So I declare an ExtJS radio button object like this: .AddExtObject({xtype:'radiogroup', ref:'../AndOr', defaults:{name:'rdo-payee2'}, width:120,
I have a problem with a Ext.Grid.EditorGridPanel, I am currently using ExtJS 2.3.0, that
I have an ExtJS grid on a web page and I'd like to save
I'm building a dynamic ExtJS form based on JSON data loaded from an ASP.NET
I have a web application that uses Ext-JS 2.2. In a certain component, we
I am using EXT-JS 3.2.0 and I have an Ext.grid.EditorGridPanel backed by a Ext.data.Store
I'm not understanding some key bit of ExtJs idiom so this question is about
I have some existing projects that were built upon a deprecated PHP framework, and

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.