SkillAgentSearch skills...

AdvancedDataGridViewDataModel

Advanced DataGridView That Filters using Model object instead of DataTable

Install / Use

/learn @OceanAirdrop/AdvancedDataGridViewDataModel
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

AdvancedDataGridViewDataModel

Sample project to demonstrate Advanced DataGridView that filters using a C# model object instead of a DataTable.

This allows you to bind your DataGridView to a List of objects instead of a DataTable.

The code is rough around the edges but as a proof of concept works.. Potential improvements could be to automatically detect the type of the column being filtered to determin the correct Linq query syntax.

Tested with datatypes: int, string, bool, DateTime double & decimal.

alt tag

View on GitHub
GitHub Stars24
CategoryDevelopment
Updated7mo ago
Forks7

Languages

C#

Security Score

67/100

Audited on Sep 3, 2025

No findings