Skip to content

Commit 492f470

Browse files
992126: Updated the UG content and samples for Columns in Blazor DataGrid
1 parent 9c400cd commit 492f470

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

blazor/datagrid/columns.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,10 +1426,6 @@ The example demonstrates autofitting columns after changing visibility using the
14261426
{% endhighlight %}
14271427
{% highlight c# tabtitle="OrderData.cs" %}
14281428

1429-
1430-
using System.Collections.Generic;
1431-
using System.Linq;
1432-
14331429
public class OrderData
14341430
{
14351431
public int? OrderID { get; set; }

0 commit comments

Comments
 (0)