or
schema: { model: { id: "ID", fields: { Email: { validation: { required: true}}, datauid: { editable: false} } }, total: function(result) { // Count records //alert(result.length); GridCount_dataBound(result); } }columns: [ { field: "Email", title: "<?php echo $this->translate("Email"); ?>"}, { field: "datauid", title: "<?php echo $this->translate("UID"); ?>", template: "<input type='hidden' name='datauid' value='#= uid #'>"}, { command: [ {name: "edit"}, {name: "destroy"} ], width: "200px" } ],models [{"ID":"","Email":"cyxcyxcxy","datauid":""}]