Hello Folks.
I try to get details of my data when a itemFocusIn is beeing called. Unfortunately with the code below, the event is not called Can anybody tell me what ist wrong ???
<mx:DataGrid id="Grid1" dataProvider="{srv.findAll.lastResult}" width="100%" height="100%" itemFocusIn="srv.getDetail(Grid1.selectedItem.ID);"/>
P.s. I habe executed the call "srv.getDetail(Grid1.selectedItem.ID);" on my buttons onclick ... that works perfect!
OAD
Solved! Go to Solution.
Views
Replies
Total Likes
You could use an itemClick instead.
Views
Replies
Total Likes
You could use an itemClick instead.
Views
Replies
Total Likes
Hi Michael.
I just tried to use the other event, and it works! Perfekt. Where did you find this event? I tried to look in the adobe specs and could not find it
Oliver
Views
Replies
Total Likes
It's there, if you look at the events that the DataGrid dispatches in the Language Reference.
Views
Replies
Total Likes
Views
Likes
Replies