Get KoolPHP UI with 30% OFF!

Remove footer page info.

Shaun
hey guys
Can I remove this text ?
Posted Sep 29, 2015 Kool
Peter
Here it comes:
<?php				
	$grid->MasterTable->Pager = new GridPrevNextPager();// GridPrevNextPager is inherited from GridPager.
	$grid->MasterTable->Pager->ShowPageInfo = false;
?>
Posted Sep 29, 2015 Kool
Shaun
Thanks Pete ! ;)
Posted Oct 2, 2015 Kool
Anthony Amolochitis
Can we get the page index and last page index so that we can change that footer page info to : Page 1 in 5
Posted Oct 13, 2015 Kool
Peter
Hi Anthony,
You do this:
$grid->MasterTable->Pager->PageInfoTemplate = "{PageIndex} in {TotalPages}";
Posted Oct 13, 2015 Kool -
Anthony Amolochitis
Thanks, worked great
Posted Oct 17, 2015 Kool