BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<ej-grid id="FlatGrid" allow-paging="true" allow-filtering="true" create="onCreated">
<e-filter-settings filter-type="Menu" />
<e-datamanager json="ViewBag.child" />
<e-edit-settings allow-deleting="true" allow-editing="true" allow-adding="true" edit-mode="@(EditMode.Dialog)" />
<e-toolbar-settings show-toolbar="true" toolbar-items="@(new List<string>() {"add","edit","delete","update","cancel" })"></e-toolbar-settings>
<e-columns>
<e-column field="OrderID" is-primary-key="true" header-text="OrderID" width="90"></e-column>
<e-column field="CustomerID" header-text="Customer ID" width="80"></e-column>
<e-column field="EmployeeID" header-text="Employee Id" edit-type="Dropdown" datasource="ViewBag.dropdown"></e-column>
<e-column field="ShipCountry" header-text="Ship Country" width="110"></e-column>
</e-columns>
</ej-grid>
|
Thanks for your help