Welcome Guest Search | Active Topics | Sign In | Register

Grid Client script Question! Options
sjf
Posted: Tuesday, November 30, 2010 2:56:46 AM
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!
eo_support
Posted: Tuesday, November 30, 2010 8:25:04 AM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.