cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 Table DropdownBox scrolling issue

stuerzea
Explorer

Hi experts,

I have implemented a DropdownBox in a table and connected it with my data model.

Part of the xml-view code:

<table:Column>
<Label text="{i18n>Inventur.Status}" />
<table:template>
<DropdownBox id="selStatus" selectedKey="{Status}"
editable="false">
<items>
<core:ListItem key="" text=""/>
<core:ListItem key="B" text="Bestand"/>
<core:ListItem key="K" text="zu klären" />
<core:ListItem key="A" text="Auszusondern"/>
<core:ListItem key="U" text="Umbuchen" />
</items>
</DropdownBox>
</table:template>
</table:Column>

Initially when the page is loaded, everything is ok and the vales are set correctly from the model.

However, if I scroll the table, the values from the DropdownBox are "moving with the scrolled table" and it seems that the cells are not being updated.

Any help is appreciated,

Andreas

Accepted Solutions (1)

Accepted Solutions (1)

stuerzea
Explorer
0 Kudos

This issue was due to an older version of SAPUI5, we updated our library and the error was gone.

BR,

Andreas

Answers (0)