<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> |