Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
144587 | May 13,2019 03:02 PM UTC | May 16,2019 10:20 AM UTC | ASP.NET Web Forms | 9 |
![]() |
Tags: Grid |
<ej:Grid AllowSearching="true" AllowSorting="true" AllowResizeToFit="true" ID="MilestonesGrid" AllowFiltering="true" AllowGrouping="true"
AllowPaging="true" IsResponsive="true" runat="server" OnServerExcelExporting="MilestonesGrid_ServerExcelExporting">
<FilterSettings FilterType="Excel"></FilterSettings>
<EditSettings AllowEditing="true" AllowAdding="true" AllowDeleting="true" ShowDeleteConfirmDialog="true"></EditSettings>
<ToolbarSettings ShowToolbar="true" ToolbarItems="excelExport,add,edit,delete,update,cancel"></ToolbarSettings>
<Columns>
<ej:Column Field="URL" HeaderText="Edit" Template="<a rel='nofollow' href='http://project_milestones_form.aspx?u={{:CustomerID}}&e={{:EmployeeID}}'>Click Here</a>" TextAlign="Center" Width="90" />
<ej:Column Field="OrderID" HeaderText="Trade" />
<ej:Column Field="EmployeeID" HeaderText="Version ID" />
<ej:Column Field="CustomerID" HeaderText="Version Date" />
<ej:Column Field="Freight" HeaderText="Version Date" />
………………………………………………………………..
</Columns>
</ej:Grid> |
|
<ej:Grid ID="EmployeesGrid" runat="server" AllowPaging="True">
<PageSettings PageSize="4"></PageSettings>
<Columns>
<ej:Column HeaderText="Edit" Template="<a rel='nofollow' href='http://project_milestones_form.aspx?u={{:FirstName}}&e={{:LastName}}&i={{:EmployeeID}}' target='_blank' title=''>{{:EmployeeID}}</a>"></ej:Column>
<ej:Column Field="EmployeeID" HeaderText="Employee ID" IsPrimaryKey="True" TextAlign="Right" Width="100" />
<ej:Column Field="FirstName" HeaderText="First Name" Width="100" />
<ej:Column Field="LastName" HeaderText="Last Name" Width="100" />
<ej:Column Field="BirthDate" HeaderText="Birth Date" TextAlign="Right" Width="100" Format="{0:MM/dd/yyyy}" />
<ej:Column Field="Country" Width="100" HeaderText="Country" />
</Columns>
</ej:Grid> |
<ej:Column HeaderText="Edit" Template="<a rel='nofollow' href='http://project_milestones_form.aspx?u={{:user}}&e={{:ent}}&i={{:Milestone_ID}}</a>" Width="600px"></ej:Column> |
<ej:Column HeaderText="Edit" Template="<a rel='nofollow' href='http://project_milestones_form.aspx?u={{:user}}&e={{:ent}}&i={{:Milestone_ID}}'></a>" Width="600px"></ej:Column> |
<ej:Column HeaderText="Edit" Template="<a rel='nofollow' rel='nofollow' rel='nofollow' href='http://project_milestones_form.aspx?u={{:user}}&e={{:ent}}&i={{:Milestone_ID}}'>{{:Milestone_ID}}</a>" Width="600px"></ej:Column> |
<ej:Grid ID="OrdersGrid" ……… >
………………………………..
<Columns>
<ej:Column HeaderText="Edit" Template="<a rel='nofollow' rel='nofollow' href='http://project_milestones_form.aspx?{{:OrderID}}'>{{:OrderID}}</a>" Width="60px"></ej:Column>
……………………………………………..
</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.