Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
141601 | Dec 19,2018 11:19 AM UTC | Dec 20,2018 12:44 PM UTC | ASP.NET MVC | 1 |
![]() |
Tags: Grid |
@(Html.EJ().Grid<OrdersView>("Grid")
.Datasource(ds => ds.URL("/Grid/UrlDataSource")
.Adaptor(AdaptorType.UrlAdaptor))
.AllowPaging()
.Columns(col =>
{
col.Field("VAT").TextAlign(TextAlign.Left).EditType(EditingType.NumericEdit).NumericEditOptions(new EditorProperties() { DecimalPlaces =0,GroupSeparator = "" }).Width(50).Add();
})
)
|
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.