cancel
Showing results for 
Search instead for 
Did you mean: 

getBindingContext() does not work onAttachDataReceived for Grid Table

Former Member
0 Kudos

The getBindingContext() methos gives undefined on AttachDataReceived of table rows.

Please check the following code.

JS Bin - Collaborative JavaScript Debugging

The same works for an sap.m.Table.


I somehow need the binding context of each row either before or immediately after the table is rendered.

Any ideas?


Accepted Solutions (1)

Accepted Solutions (1)

saivellanki
Active Contributor
0 Kudos

Hi Saili,

May be the data is not yet ready to load? How about adding a delay of '0' seconds and check: JS Bin - Collaborative JavaScript Debugging

Regards,

Sai Vellanki.

Answers (0)