BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
var grid = new ej.grids.Grid({
dataSource: data,
allowPaging: true,
columns: [
{ field: 'OrderID', headerText: 'ID', visible:false, textAlign: 'Right', width: 120, isPrimaryKey: true },
{ field: 'CustomerID', headerText: 'Custome ID', textAlign: 'Right', width: 120 },
{ field: 'EmployeeID', headerText: 'Employee ID', textAlign: 'Right' }
]
});
grid.appendTo('#Grid'); |