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

detail Expand contains undefined events

0 Answers 95 Views
Grid
This is a migrated thread and some comments may be shown as answers.
George
Top achievements
Rank 1
George asked on 30 Mar 2012, 03:05 PM
Hi!

I am unable to retrieve the e.data.id because events from detailExpand is undefined. For detailInit, it's okay. Do you know why? Is there a bug or is this written in this way?

                detailInit: function(e) {
                            console.log(e.data.id);
                },
                detailExpand: function(e) {
                             console.log(e.data.id);
                 },   

No answers yet. Maybe you can help?

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