Table of Contents

As of version 4.0 this module is no more supported. Please see
Upgrade notes in | Documentation menu

Post Data Module

Sometimes there is a need to precisely manipulate the postData array. The setGridParam method does not in some cases do what we want. To do this we can use the Post Data module.

Author

Paul Tiseo

Installation

In order to use this module you should mark the Post methods (in Other modules) when you download the grid. For more information refer to Download.
For Developers - this is the grid.postext.js in the src directory.

Description

The main purpose of this module is to manipulate the parameters passed to the to url via an array and to get user-defined data from the response. For user-defined data, please refer to Data Types. A new option, postData, is added to the option array of the grid. By default this is an empty array. The values of this array are added via $.extend to the ajax request.

Methods