BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
var dataManager = ej.DataManager({
url:"/api/Orders",
adaptor: new ej.WebApiAdaptor()
});
$("#Grid").ejGrid({
dataSource: dataManager,
allowPaging:true,
columns: ["OrderID", "EmployeeID", "CustomerID", "ShipCountry", "Freight"]
});
var dataManager = ej.DataManager({
url: "/trades",
adaptor: new ej.WebApiAdaptor()
});
$("#TreeGridContainer").ejGrid({
dataSource: dataManager,
columns: ["orderOrgName", "pAndLUSD", "ccPairName", "product", "priceSpot"]
});
1. Share the code example script referred in your sample.
2. Reproduce the reported issue in the sample.
3. Share the details whether you have used script file generated using CSG tool.
4. Version details of the product (We have created a sample in the version 14.1.0.41)
The provided information will help to analyze the issue and provide you the response as early as possible.
Regards,
Gowthami V.