Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
145525 | Jun 26,2019 04:55 PM UTC | Jun 27,2019 05:40 AM UTC | Blazor | 1 |
![]() |
Tags: Grid |
<div class="col-lg-12 control-section" id="target">
<Button id="normalbtn" class="e-btn" onclick="@onClicked">Open</Button>
<EjsDialog id="dialog" @ref="dialogObj" Created="@created" target="#target" header="Resize Me!!!" width="300px" allowDragging="true" enableResize="true" showCloseIcon="true" Content="<span>This is a dialog with resizable support.</span>">
</EjsDialog>
<EjsGrid id="Grid" @ref="grid" AllowPaging="true" ActionComplete="@complete">
<EjsDataManager Url="https://ej2services.syncfusion.com/production/web-services/api/Orders" Adaptor="Adaptors.WebApiAdaptor"></EjsDataManager>
<GridColumns>
<GridColumn Field="OrderID" HeaderText="Employee ID" ISPrimaryKey="true" TextAlign="@Syncfusion.EJ2.RazorComponents.Grids.TextAlign.Right" Width="90"></GridColumn>
<GridColumn Field="CustomerID" HeaderText="First Name" Width="90"></GridColumn>
<GridColumn Field="EmployeeID" HeaderText="Employee ID" Width="90"></GridColumn>
<GridColumn Field="Freight" HeaderText="Freight" Width="90"></GridColumn>
</GridColumns>
</EjsGrid>
</div> |
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.