This is a migrated thread and some comments may be shown as answers.

[Solved] How to get cell value in grouped grid

0 Answers 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
dave
Top achievements
Rank 1
dave asked on 03 Oct 2011, 03:58 PM
When my grid is grouped, getting cell values in client select is not returning a value for the 0th cell. When not grouped it works fine. Is there a way to get cell values by cell name? Or is there some other way to get a cell value in a grouped grid?

var UserId = e.row.cells[0].innerHTML;//THIS RETURNS EMPTY WHEN GROUPED

var UserId = e.row.cells["UserId"].innerHTML;//CAN I GET CELL VALUE BY NAME???



Tags
Grid
Asked by
dave
Top achievements
Rank 1
Share this question
or