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

grid selected object

1 Answer 102 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Omar Beaconsfield
Top achievements
Rank 1
Omar Beaconsfield asked on 02 Dec 2011, 11:02 PM
Hi,

I have bound my grid to a json data source and the data appears perfectly. How can i get the actual selected object in the change event? I can get all the text but I would like the bound object.

Thanks

1 Answer, 1 is accepted

Sort by
0
Omar Beaconsfield
Top achievements
Rank 1
answered on 03 Dec 2011, 03:05 AM
I found the answer. please disregard.

this.dataSource.view()[this.select().index()];
Tags
Grid
Asked by
Omar Beaconsfield
Top achievements
Rank 1
Answers by
Omar Beaconsfield
Top achievements
Rank 1
Share this question
or