ParamQuery Pro 6.0.0 Upgrade Guide

Overview

This guide is meant to assist in upgrading from ParamQuery Pro v5.6 to v6.0.0. Only changes which are impacted by upgrade are listed below, along with how to upgrade your code. For new features please refer the changeLog included in the SDK and refer to API and demos.

General Changes

Changes in the way grid interprets global editable and column.editable.

Touch punch file replaced by pq-touch file for touch devices.

Grid

Editability of cell

Editability of cell is dependent upon both global editable and column.editable options.

In previous versions grid checks both global editable and column.editable options. If any of the options has false value or returns false value, then cell is read only, otherwise it's editable.

In recent version, column.editable option has higher priority than global editable option. Grid first checks value of former option and assigns editability to a cell accordingly. Grid checks value of latter option only if value of former option is undefined / null.


Touch support

Touch punch file which is used so far in older versions doesn't play along well with new rows drag and drop feature.

So Touch punch file is replaced by in house developed pq-touch file.