cancel
Showing results for 
Search instead for 
Did you mean: 

Bind OData to Control.Type.SectionedTable

0 Kudos
155

Hello experts,

I would like to bind a Control.Type.SectionedTable to data, received by OData call. I have defined the Target attribute for the SectionedTable, but the call in not executed neither on page load, nor when I try to redraw the page or the respective SectionedTable using proxy API: proxy.redraw()

May you comment and advice what I probably miss, please?

I am attaching the page metadata file for your analysis

Any hint, advice and proposal will be highly appreciated

Best Regards,

Dimiter
View Entire Topic

A clarification and a proposed solution:

After a conversation with bill.froelich, he clarified that the target section Control.Type.SectionedTable has other purpose and it is not intended to call the respective service on page redraw. It is designed to obtain a data for dynamic build of page sections.

For my use case he proposed to use a Data Bound container and namely Section.Type.ObjectTable, instead of ObjectCell item of the static container Section.Type.ObjectCollection. This works

Thank you Bill!

Best Regards,

Dimiter