Overview

This guide is meant to assist in upgrading from ParamQuery Pro v7.2 to v7.3.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

Grid

background-color

In previous versions, background color of Excel rows & cells was imported as background css style in grid and vice versa.

In this version, background color of Excel rows & cells is imported as background-color css style in grid and vice versa.


editModel.keyUpDown option

In previous versions, editModel.keyUpDown option default value was true.

In this version, editModel.keyUpDown option default value is undefined.


editor.type option

In previous versions, editor.type option default value was 'textbox'.

In this version, editor.type option default value is 'textarea'.