<ej-grid id="FlatGrid" allow-paging="true" allow-text-wrap="true" datasource="ViewBag.DataSource">
<e-text-wrap-settings wrap-mode="Both"></e-text-wrap-settings>
<e-columns>
<e-column field="OrderID" is-primary-key="true" header-text="Order ID" text-align="Right" width="70"></e-column>
<e-column field="CustomerID" header-text="Customer ID" width="80" ></e-column>
<e-column field="EmployeeID" header-text="Employee ID" width="80 ></e-column>
<e-column field="ShipCity" header-text="Ship City" width="80"></e-column>
</e-columns>
</ej-grid>
|
Thanks Farveen for the help.
Regards,
David