Rank: Member Groups: Member
Joined: 11/27/2010 Posts: 13
|
hi, I get cell value using item.Cells[i].getValue(), i want to get value by Columnname ,Example:item.Cells["name"].getValue(); Please tell me how to do ? Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will need to get the GridColumn object by calling grid.getColumn first, then get the column index, then use the index to access cell and cell values.
Thanks!
|