Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion blazor-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,6 @@
<ul>
<li><a href="/blazor/datagrid/filter-bar">Filter Bar</a></li>
<li><a href="/blazor/datagrid/filter-menu">Filter Menu</a></li>
<li><a href="/blazor/datagrid/check-box-filter">Checkbox Filter</a></li>
<li><a href="/blazor/datagrid/excel-like-filter">Excel Like Filter</a></li>
</ul>
</li>
Expand Down
1 change: 1 addition & 0 deletions blazor/datagrid/cell-edit-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ You can render the [SfNumericTextBox](https://help.syncfusion.com/cr/blazor/Sync
public double? Freight { get; set; }
public string ShipCountry { get; set; }
}
}
```

### Using TimePicker in EditTemplate
Expand Down
58 changes: 0 additions & 58 deletions blazor/datagrid/check-box-filter.md

This file was deleted.

Loading