ArrayRawData property array
It's an array which indicate, for every grid column, what data-set fields utilize to set the data-fields which enstabilish the grid operation of OnClickSpan, OnMouseOverSpan, OnMouseOutSpan , associated to the relative column position (values with an index equal to 0 are associated to the leftest column than the grid, thats with an index 1 to the first column on the right than the previous column, and so on till the latest index, because for a N column grid, are required N rows of this array).
Sintax
|
ArrayRawData = | [id_dataField0,id_dataField1,...,id_dataFieldN-1]
|
Possible values
|
id_dataField
| Number with the data-set (passed to the browser by the .php file indicated by the parameter dataUrl) field id associated to the relative array column.
|