How can i get row index using ID in grid panel - javascript

  1. #1

    How can i get row index using ID in grid panel - javascript

    Hi
    How can i get row index of grid panel using Column ID(Primarykey) in javascript
    Thanks in advance
    Last edited by Baidaly; Dec 11, 2013 at 11:18 PM.
  2. #2
    Hello!

    Each record has property called index:

    App.GridPanel1.getStore().getById(id).index
  3. #3

    Thank you its working

    Thank you its working please make it as closed.

Similar Threads

  1. Replies: 13
    Last Post: Feb 28, 2013, 2:06 PM
  2. [CLOSED] Print a grid panel javascript error
    By otouri in forum 2.x Legacy Premium Help
    Replies: 19
    Last Post: Nov 01, 2012, 6:30 PM
  3. [CLOSED] How to get Cell ID or Row Index in Grid Panel with ComponentColumn
    By Digital.Dynamics in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Aug 14, 2012, 11:58 AM
  4. Replies: 2
    Last Post: May 30, 2011, 5:53 AM
  5. Replies: 2
    Last Post: Sep 29, 2010, 8:51 PM

Posting Permissions