Re: Help me to understand the source of Grid

2012-12-14 Thread Rural Hunter
于 2012/12/14 15:58, antalk 写道: The onAction event will trigger a page-reload, as the currentpage parameter is passed from the Grid to the Pager: @Component(parameters = { "source=dataSource", "rowsPerPage=rowsPerPage", "currentPage=currentPage", "zone=zone" }) private GridPager pager

Re: Help me to understand the source of Grid

2012-12-13 Thread antalk
The onAction event will trigger a page-reload, as the currentpage parameter is passed from the Grid to the Pager: @Component(parameters = { "source=dataSource", "rowsPerPage=rowsPerPage", "currentPage=currentPage", "zone=zone" }) private GridPager pager; It will also be 'reflected back