Page 1 of 1

grid add - default number of rows

Posted: Wed Apr 15, 2015 4:40 am
by servgas

Hi, I am using the grid add option. Is it posible to change the default number of rows , I get5, but I would like to show start with only 2 or 3 records

thank you


Re: grid add - default number of rows

Posted: Wed Apr 15, 2015 9:20 am
by mobhar

Simply put this code in "Page_Load" server event of the "List Page":

$this->GridAddRowCount = 2;


Re: grid add - default number of rows

Posted: Wed Jul 26, 2017 10:17 pm
by wungaz

Thank you so much - looks great. was looking for this


Re: grid add - default number of rows

Posted: Wed Jul 26, 2017 10:31 pm
by Chris

There is an Advanced Setting that sets this globally, 'Grid Add row count'


Re: grid add - default number of rows

Posted: Wed Aug 23, 2017 5:30 am
by wungaz

$this->GridAddRowCount = 2; would be the best if you want to change the number of rows dynamically