BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
$(function () {
$("#Grid").ejGrid({
dataSource: window.gridData,
allowPaging: true,
allowTextWrap: true,
textWrapSettings: { wrapMode: "header" },
columns: [
{ field: "OrderID", width: 100 },
{ field: "EmployeeID", width: 100 },
. . .
]
});
}); |