For anything regarding Qcodo.com, itself, including the examples site, Forums and Wiki, API Documentation, etc.
hello everybody. My question is simple, how is possibile to set, for a form that list rows, a different number or rows. I know default is ten, I want to set a different value if is possibile. Thanks in advance. Pier.
Hello Pier,
you can set the “ItemsPerPage” attribute:
....// Add Pagination (if desired)$this->dtgArticles->Paginator = new QPaginator($this->dtgArticles);$this->dtgArticles->ItemsPerPage = 20;...
regards,