Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
142509 | Feb 7,2019 02:15 AM UTC | Feb 7,2019 07:01 AM UTC | ASP.NET Web Forms | 1 |
![]() |
Tags: Grid |
<ej:Grid ID="FlatGrid" runat="server" AllowPaging="true" AllowGrouping="true" AllowFiltering="true" AllowSorting="true" AllowSearching="true">
<DataManager URL="/Default.aspx/DataSource" Adaptor="WebMethodAdaptor" UpdateURL="/Default.aspx/UrlUpdate" InsertURL="/Default.aspx/UrlInsert" RemoveURL="/Default.aspx/UrlDelete" />
<Columns>
<ej:Column Field="OrderID" HeaderText="Order ID" IsPrimaryKey="True" TextAlign="Right" Width="75" />
<ej:Column Field="CustomerID" HeaderText="Customer ID" Width="80" />
. . .
</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.