Grid Model - Page Size

I have a Simple Dashboard. I have two panel card Stacks. The top stack has a “Job list” panel card grid. When a user selects a job here, the bottom card stack will show details related to it on a number of panel card grids.

For now it is only displaying 100. If I export to excel or show the count i can see it shows the total number of rows but it just doesn’t really display all the rows. I know it must be a page size setting, I have played with the panelcardGrid > Grid Model > page size. If I leave it blank the row display limit is 150 by deafult.

I am trying to find whether i can Show all rows in a panel card without limiting them.

Any help is much appreciated!

You can disable server paging on the grid.

I think there is another new setting on 2025.2+ that you can play with too, but can’t remember what it’s called.

Thanks @klincecum. The Awesome kinetic-control-compendium was my starting point to make sense of all this.

I had used Advanced > Auto Fill Container, Grid model > Page Size. and had no Luck. current workaround is to set page size to a large number that is most likely to be greater than the grid results. I will keep looking and update if I discover or come across a solution.

Just a few places to look and experiment with, depending on how your grid is being populated (Grid Model or Provider Model).

If your grid is tied to a dataview, I would look at Grid Model setting: Pageable

Also under Grid Model, at the very bottom, there is another area called “Preload Options”:

Check the value here and see if it is set to 100. You can up this number to display more rows by default.

I actually like this new setting “Enable Preload Mode by Default”. By checking that checkbox, it adds the counter on the grid:

image

So… even with my value set to 500… without having to “download more”… I see the record/row count (which is kinda nice)!

Anyway… this is the “default” value. If I set it to 150… this is the same value that appears if you click on the grid’s overflow menu and look at “options”. A slideout will appear and you’ll see this:

Changing it here on the grid > options (I THINK) is a personalization.

But if you change it in App Studio, I think it will be the default for all users.

~*~

If your grid is tied to the Provider Model, I would look at the Provider Model setting: Server Paging

In the Provider Model > BAQ Options… if you’re using it, there is also a Page Size setting there:

Keep in mind server paging is completely broken in 2025.2 as of now

Thanks for you help David! yes turning off the server paging was the fix. I also find the preload options pretty neat!

Thanks for sharing the Knowledge! Appreciate it… :handshake: :slightly_smiling_face: