Maximize productivity with
30% off* for a limited time
using BOOSTDEV30.
Includes 3- and 5-packs.
*Some exclusions may apply.New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
<style>
#Grid .e-scrollbar .e-vhandle,
#Grid .e-scrollbar .e-hhandle{
background:#845e5e;
}</style> |
|
<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" header-text="OrderID" width="90"></e-column>
<e-column field="EmployeeID" header-text="EmployeeID" width="100"></e-column>
<e-column field="Freight" header-text="Freight" width="100"></e-column>
<e-column field="ShipCity" header-text="ShipCity" width="90"></e-column>
<e-column field="ShipAddress" header-text="Ship Address" width="110"></e-column>
</e-columns>
</ej-grid> |