File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ej2-blazor-samples/Pages/Grid/DataGrid Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5050 <GridColumn Field =@nameof(OrdersDetails.CustomerID) HeaderText =" Customer Name" ValidationRules =" @(new { required=true})" Width =" 150" ></GridColumn >
5151 <GridColumn Field =@nameof(OrdersDetails.Freight) HeaderText =" Freight" ValidationRules =" @(new { required=true})" EditType =" numericedit" Format =" C2" TextAlign =" @Syncfusion.EJ2.RazorComponents.Grids.TextAlign.Right" Width =" 140" ></GridColumn >
5252 <GridColumn Field =@nameof(OrdersDetails.OrderDate) HeaderText =" Order Date" EditType =" datepickeredit" Format =" yMd" Type =" date" TextAlign =" @Syncfusion.EJ2.RazorComponents.Grids.TextAlign.Right" Width =" 160" ></GridColumn >
53- <GridColumn Field =@nameof(OrdersDetails.ShipCountry) HeaderText =" Ship Country" EditType = " dropdownedit " Width =" 150" ></GridColumn >
53+ <GridColumn Field =@nameof(OrdersDetails.ShipCountry) HeaderText =" Ship Country" Width =" 150" ></GridColumn >
5454 </GridColumns >
5555 </EjsGrid >
5656
You can’t perform that action at this time.
0 commit comments