Hi Roy,
A simple example.
In the jsfiddle code, you have:
"Text": "Date of Value",
"DataField": "EffDOV",
"Width": "90",
"CellsRenderer": "",
"CellsFormat": "d",
"Hidden": false,
"ColumnType": "",
"Aggregates": [""]
However, none of these is a valid property.
It should be:
text: "Date of Value",
datafield: "EffDOV",
width: "90",
cellsrenderer: "",
cellsformat: "d",
hidden: false,
columntype: "",
aggregates: [""]
The same type of error is observed in the source object’s initialization code.
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com/