VirtualADGV 1.1.5

dotnet add package VirtualADGV --version 1.1.5
                    
NuGet\Install-Package VirtualADGV -Version 1.1.5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="VirtualADGV" Version="1.1.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VirtualADGV" Version="1.1.5" />
                    
Directory.Packages.props
<PackageReference Include="VirtualADGV" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add VirtualADGV --version 1.1.5
                    
#r "nuget: VirtualADGV, 1.1.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package VirtualADGV@1.1.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=VirtualADGV&version=1.1.5
                    
Install as a Cake Addin
#tool nuget:?package=VirtualADGV&version=1.1.5
                    
Install as a Cake Tool

Virtual ADGV

English | Türkçe


<a name="english"></a>

English

Virtual ADGV (Virtual Advanced DataGridView) is an enhanced fork of the original Advanced DataGridView. It is a .NET WinForms DataGridView with advanced Filtering and Sorting capabilities, now updated with dedicated support for Virtual Mode and fixes for modern .NET environments.

Download

Key Features & Improvements

  • [NEW] Full Theme Support (v1.1.3):
    • SetTheme(bool isDarkMode) API: Programmatically switch between Dark and Light modes for the entire filter menu, including search boxes, treeviews, and buttons.
    • DuckDB Compatibility: Fixed Convert function syntax for DuckDB compatibility.
    • UI Layout Fixes: Resolved filter checklist button cutoff and overlap issues.
    • Modern Aesthetics: Applied modern parametric styling with full high-DPI support.
  • Advanced Filtering & Sorting: Retains the powerful Excel-like filtering and multi-column sorting from the original ADGV.

<a name="türkçe"></a>

Türkçe

Virtual ADGV (Virtual Advanced DataGridView), orijinal Advanced DataGridView projesinin geliştirilmiş bir fork'udur. .NET WinForms için gelişmiş Filtreleme ve Sıralama yeteneklerine sahip olan bu bileşen, Virtual Mode (Sanal Mod) desteği ve modern .NET ortamları için kritik hata düzeltmeleri ile güncellenmiştir.

İndir

Temel Özellikler ve İyileştirmeler

  • [YENİ] Tam Tema Desteği (v1.1.3):
    • SetTheme(bool isDarkMode) API: Arama kutusu, liste ve butonlar dahil tüm filtre menüsünü uygulama temasına (Koyu/Açık) entegre eden yeni API eklendi.
    • DuckDB Uyumluluğu: Convert fonksiyonu sözdizimi DuckDB uyumluluğu için düzeltildi.
    • UI Yerleşim Düzeltmeleri: Filtre listesi butonlarının kesilme ve üst üste binme sorunları giderildi.
    • Modern Estetik: Yüksek DPI destekli, tam parametrik modern tasarım uygulandı.
  • Gelişmiş Filtreleme ve Sıralama: Orijinal ADGV'nin sunduğu güçlü Excel tarzı filtreleme ve çok sütunlu sıralama özelliklerini korur.

License / Lisans

Copyright (c) Davide Gironi, 2015
Modified work Copyright (c) 2026 Halil İbrahim Bozoğlu
Virtual ADGV is open source software licensed under the Microsoft Public License (Ms-PL) license
Original work Copyright (c), 2013 Zuby zuby@me.com http://adgv.codeplex.com

Product Compatible and additional computed target framework versions.
.NET net5.0-windows7.0 is compatible.  net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.0-windows7.0

    • No dependencies.
  • net6.0-windows7.0

    • No dependencies.
  • net7.0-windows7.0

    • No dependencies.
  • net8.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.5 90 2/26/2026
1.1.3 99 2/26/2026 1.1.3 is deprecated because it has critical bugs.
1.1.2 98 2/12/2026
1.1.1 96 2/12/2026 1.1.1 is deprecated because it has critical bugs.
1.1.0 105 2/11/2026 1.1.0 is deprecated because it has critical bugs.
1.0.1 107 2/10/2026
1.0.0 91 2/10/2026

v1.1.3: Added SetTheme API for comprehensive Dark Mode support on filter dropdowns. Fixed Virtual Mode sorting precedence when using external data sources (e.g., DuckDB pushdown) and improved "Between" Custom Filter condition pre-selection.