Skip to content

Commit 57b0704

Browse files
author
Madhu Sudhanan P
authored
Grid sample updated
1 parent fb6afd8 commit 57b0704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ej2-blazor-samples/Pages/Grid/DataGrid/InlineEditing.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
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

0 commit comments

Comments
 (0)