cancel
Showing results for 
Search instead for 
Did you mean: 

Binding Navigation property to a table

07-29-2020 8:14 PM
557 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

Hi all,

I have a situation where I need to click on a list item and based on the selected Item, it populates the navigation property. I have handled the selectionChange event in my controller to trigger this behavior and I see that it returns the record(s) in my response but it doesn't show the binding in my table. Please help in this regard.

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

rohit_singhal
Active Contributor
0 Likes

Hi Daud,

From your code screenshot, I can see that the template: "oItemTemplate" is a blank ColumnListItem object. You need to define cells in the template in order for the bound elements to be visible in your table control.

Best Regards,

Rohit