Dear All
Pro version 2.0.3 contains new features i.e. sub grids/ nested grids, row detail templates and spruced up selections with drag of mouse.
Migration Steps:
There are changes in this version which affect the definition of paging options. In previous versions, we used to define paging options e.g. paging, curPage, totalPages, rPP, rPPOptions, etc in the dataModel. In recent version 2.0.3 we define paging options in separate pageModel.
Example:
http://paramquery.com/pro/demos/paging
Second change is removal of dataModel property from ui argument in row/cell based callbacks and events.
That has a direct bearing on retreival of row data.
If you use ui.dataModel.data[ui.rowIndx] or ui.dataModel.data[ui.rowIndxPage] to fetch row data, please change it to ui.rowData
Former way of getting row data is not only longer, it also requires understanding of rowIndx and rowIndxPage.
ParamQuery Pro can be downloaded from the forum main menu once you log in.
If you face any difficulty in downloading it, please let us know.
Best Regards
The ParamQuery Team