Info
Version: | 1.1.0 |
Author(s): | Ricardo Maroquio |
Last Update: | Thursday, November 12, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.codeproject.com/Articles/31418/Implementing-a-Sortable-BindingList-Very-Very-Quic |
NuGet Url: | https://www.nuget.org/packages/Maroquio.Util.SortableBindingList |
Install
Install-Package Maroquio.Util.SortableBindingList
dotnet add package Maroquio.Util.SortableBindingList
paket add Maroquio.Util.SortableBindingList
Maroquio.Util.SortableBindingList Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Very simple and straightforward to use. You only need to use:
SortableBindingList<YourEntityTypeName> myList = new SortableBindingList<YourEntityTypeName>();
myDataGridView.DataSource = myList;
This new update corrects a problem when deleting from the DataGridView.