Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
142382 | Jan 30,2019 03:57 PM UTC | Feb 1,2019 10:49 AM UTC | ASP.NET Core | 5 |
![]() |
Tags: Grid |
<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> |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.