I have a grid that allows users to load data with different time horizons. Initially the first month's worth of transaction data is loaded. Users can press reload buttons to load 6, 12, or 18 months worth of data. I use a grid with loadonce:true. These reload with different time horizons are done through custom buttons like:
jQuery("#listSales").jqGrid('navButtonAdd','#pager',{
caption:"6 months",
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top