Hello,
I’m currently looking into how well jqwidgets can meet our needs. I’m mainly looking into jqxGrid and jqxDataAdapter. I have found the following post on binding MySQL data to the grid.
http://www.jqwidgets.com/bind-jquery-grid-to-mysql-database-using-php/
But I’m wondering if jqxGrid supports something a little more advanced. I’d like to know if it’s possible to map the grid to my MySql data but in a smart manner such that it dynamically requests the data it needs to display on the current page only. I’m hoping to avoid grabbing an entire result set at once other than to get it details on how many pages of results it will have.
Thank you for your time.
Jon Frain