Change number of rows of Mendix default grid dynamically

0
Is it possible to dynamically change the number of rows of Mendix default grid? can it be done with jquery?
asked
1 answers
0

No, not possible. The number of rows is a parameter of the Datagrid-widget, therefor it gets set by the programmer at design-time. And you can only set it to a fixed number, not related to the amount of available data or anything else. Nothing you can do about it runtime.

 

answered