I am currently using the Grid component with a dynamic number of columns. In some instances, I can have up to 500 columns and I'd like to have pagination on Columns instead of Rows to improve performance.
For instance, I've a set of dates records 10/11/2016, 11/11/2016, 12/11/2016, 13/11/2016 and I only want to show 2 dates per page.
Is this possible to achieve with the Syncfusion Grid control?

Then when I click on next page, I will get this.
