Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table within Gridlist does not update correctly #3671

Closed
mcsam opened this issue Dec 22, 2022 · 3 comments
Closed

Table within Gridlist does not update correctly #3671

mcsam opened this issue Dec 22, 2022 · 3 comments

Comments

@mcsam
Copy link

mcsam commented Dec 22, 2022

OpenUI5 version: 1.108.2

Browser/version (+device/version): Chrome Version 108.0.5359.125 (Official Build) (64-bit) / Windows 10

Any other tested browsers/devices(OK/FAIL): Edge Version 108.0.1462.54 (Official build) (64-bit) / Windows 10 (FAIL)

URL (minimal example if possible): Not publicly available

User/password (if required and possible - do not post any confidential information here): -

Steps to reproduce the problem:

  1. Have an oData-endpoint with a Collection type navigational property.
  2. Have a GridList with its item binding set to this oData-service
  3. Within the GridListItem, have a Table with its item binding set to the navigational property
  4. Start the app, wait for the list data to be loaded
  5. Update the binding filters of the navigation property, so that the result set for the navigation property is different and wait for the data to be loaded again

What is the expected result?
The data reloads correctly and the Table within the GridListItem shows the newly loaded data correctly

What happens instead?
The data reloads correctly, but in the first few items of the GridList, the Table does not show the new data. It keeps showing the old data, even though in the network tab it's clear that the navigation property was reloaded correctly. Towards the bottom of the GridList, the Tables are updated correctly

Any other information? (attach screenshot if possible)

Before updating binding:
image

Initial navigation property:
image

After updating binding, still showing one item in the table control:
image

Updated navigation property:
image

@HerzogIgzorn
Copy link
Contributor

Thank your submitting this issue. I have informed the responsible development team to further investigate. In case of questions, you can refer to the internal incident 2280199797.

Regards Sebastian

@stephania87
Copy link

I didn't posted the question before setting the label. We need an example how to reproduce that problem.

@stephania87
Copy link

Reopen it if you follow the topic and the related issue's solution doesn't cover your case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants