Skip to content

Commit b3b9f3d

Browse files
988459: Updated the UG content and samples for Sorting in DataGrid
1 parent 486fa8e commit b3b9f3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

blazor/datagrid/sorting.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -797,8 +797,7 @@ The [SortColumnAsync](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gr
797797
{% highlight c# tabtitle="OrderData.cs" %}
798798
public class OrderData
799799
{
800-
private static readonly List<OrderData> Orders = new List<OrderData>();.
801-
v
800+
private static readonly List<OrderData> Orders = new List<OrderData>();
802801

803802
public OrderData(int? orderID, string customerID, double? freight, string shipName)
804803
{

0 commit comments

Comments
 (0)