[Solved] Captaincasa grid paging [closed]

As I understand you are looking for a paging/scrolling using buttons (in addition to the normal scrollbar scrolling) to scroll through grid lines. The FIXGRID has some server-side API which allows access/update to the scrolling: FIXGRIDBinding.getSbvalue() ==> current scroll position FIXGRIDBinding.getSbvisibleamount() ==> number of lines currently displayed FIXGRIDBinding.getSbmax() ==> max scroll position FIXGRIDBinding.setSbvalue() ==> set/update … Read more