Mendix 5 data grid performance

0
Hi, Mendix 5 displays the control buttons (search, view etc.) only when the complete data is retrieved from the database.We have a screen wherein we display the user accounts from the database.In production the number of users are very high in number beacuse of which screen is taking a lot of time to load and the business user has to wait till the screen is loaded.It should show the control buttons first so that the user can search the specific user account rather than to wait for the screen to load.Pagination is also not the usual way.Ideally there should be a way to call the database from every page in pagination.Mendix loads the complete rows first and then displays as pagination rather than call the database for each row in pagination. In Mendix 4, it shows the control buttons before the data loading is done but Mendix 5 shows the complete data grid only when full data is retrieved from database. Is there a way to show the control buttons(specifically search) before the complete loading in Mendix 5 ? Is there any other way to solve the above performance issue my be using pagination or some other widget?
asked
2 answers
2

Dit you try this option?

 

answered
0

Yes, I have kept the wait for searach as 'No' but still it displays the search bar only after complete loading.

We have used show seafrch bar value as 'With button(initially closed)'. Is this property makes any difference? 

answered