Maroquio.Util.SortableBindingList NuGet Package

This is an extension of BindingList<T> that lets you use a List<T> in Windows Forms DataGridView with automatic sorting features enabled.

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.




Got any Maroquio.Util.SortableBindingList Question?





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)



Tags



STATS

must-have-score

1.5

avg-downloads-per-day

0

days-since-last-release

1259