Quantcast
Channel: SCN : All Content - SAPUI5 Developer Center
Viewing all articles
Browse latest Browse all 6178

OData refresh issue in Internet Explorer

$
0
0

Hello all,

I have a developed a sap.m "app" and am having issues in IE.

 

The page causing issues is a splitapp page with a sap.m.List and a details page. I've added some logic to the  onNavigatedTo function to call the refresh method of my model.

 

In Chrome, the refresh causes the list to update with any new entries. In IE, the refresh itself works, but the list is not updated.

 

It this a known issue? Does anyone know how I can force the list to be updated in Internet Explorer? The snippet below is the html view definition of the list.

 

 

<div data-sap-ui-type="sap.m.List" id="LENQ_LIST"     data-mode="SingleSelectMaster" data-inset="false" data-header-design="Plain"     data-select="onShowDetails" data-items="{Enqs>/EnquiryCollection}">     <div data-sap-ui-type="sap.m.ObjectListItem"       data-type="Navigation" data-title="{Enqs>Title}" >       <div data-sap-ui-aggregation="attributes">         <div data-sap-ui-type="sap.m.ObjectAttribute"          data-text="{ path:'Enqs>RaisedDate', formatter:'Enqs.utils.Formatters.toDate'}" ></div>       </div>       <div data-sap-ui-aggregation="firstStatus">         <div data-sap-ui-type="sap.m.ObjectStatus" data-text="{Enqs>Status}"          data-state="{ path:'Enqs>Status', formatter:'Enqs.utils.Formatters.toState'}" ></div>       </div>     </div>   </div>

Thanks


Viewing all articles
Browse latest Browse all 6178

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>