cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to enable Busy indicator while growing items via Scroll in sap.m.List ?

Former Member
0 Kudos
1,197

Hi Experts

I have a master detail app in which the property "growing" of list on the master page is enabled and Threshold is set to 10. Items are bound via OData Model to that list.

Issue is that when the list is scrolled there is no busy indicator shown in the list. How do i enable that in the list ?

Thanks & Regards

Rachna Bhati

View Entire Topic

The control is documented here: sap.m.List

In the documentation you will that is extending the control sap.m.ListBase . The extended control has the property enableBusyIndicator. If you configure it at the sap.mList and set it to true, you likely see a busy indicator, when oData is queried. If you backend is fast, you might want to decrease the delay in which the busy indicator is shown.

Former Member
0 Kudos

Hi Ulrich,

I tried using this property before but it's default property is true. I need busyIndicator as shown in Demo Apps here. It shows busy Indicator before loading the list and also after scrolling.

Thanks and Regards,

Rachna Bhati