Hi,
I experimented with paramQuery for the first time and have the following problem:
This code
<script>
$(function () {
var data = '[{"CashboxName":"Kasse 1"}]';
var obj = {};
obj.width = 700;
obj.height = 400;
obj.colModel = [{}]
obj.dataModel = {
dataType: "JSON",
data: data
};
$('#grid_json').pqGrid(obj);
});
</script>
<div id="grid_json"></div>
is displayed like in the attachment.