|
Rank: Member Groups: Member
Joined: 11/27/2010 Posts: 13
|
hi, i want to know how to get the "RowNumberColumn" column value?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, The value is the row index. You can call this function to get the row index: http://doc.essentialobjects.com/library/1/jsdoc.public.griditem.getindex.aspxThanks
|
|
Rank: Member Groups: Member
Joined: 11/27/2010 Posts: 13
|
When i delete item from the grid,item.getIndex() get the index is not the value on visible item. example: row is 1,2,3,4,5 when i delete 2,then item.getIndex() for 3 is not 2 on visible.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
That is true. getIndex does not skip invisible items. We will add a getVisibleIndex on the GridItem object in our next build so that you can get the visible item index.
Thanks!
|
|