VirtualADGV 1.1.0

Additional Details

Those are actually 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package VirtualADGV --version 1.1.0
                    
NuGet\Install-Package VirtualADGV -Version 1.1.0
                    
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.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VirtualADGV" Version="1.1.0" />
                    
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.0
                    
#r "nuget: VirtualADGV, 1.1.0"
                    
#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.0
                    
#: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.0
                    
Install as a Cake Addin
#tool nuget:?package=VirtualADGV&version=1.1.0
                    
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] Virtual Mode Support (v1.1.0):
    • Specifically optimized to handle large datasets (75M+ rows) efficiently.
    • Advanced Selection Logic: Support for Shift-Click, Ctrl-Click, and Range dragging in Virtual Mode.
    • Selection Promotion: Automatically promotes native WinForms selection to high-performance Virtual Selection when interacting with large ranges.
  • [FIX] Modern .NET Resource Loading: Resolved the MissingManifestResourceException commonly encountered in .NET 5, 6, 7, and 8 environments.
  • 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İ] Virtual Mode Desteği (v1.1.0):
    • Milyonlarca satırlık (75M+) büyük veri setlerini verimli bir şekilde işlemek için optimize edildi.
    • Gelişmiş Seçim Mantığı: Sanal Modda Shift-Tıklama, Ctrl-Tıklama ve Sürükleyerek seçim desteği.
    • Seçim Terfisi (Promotion): Büyük aralıklarla etkileşime girildiğinde yerel WinForms seçimini yüksek performanslı Sanal Seçime otomatik olarak aktarır.
  • [DÜZELTME] Modern .NET Kaynak Yükleme: .NET 5, 6, 7 ve 8 ortamlarında sıkça karşılaşılan MissingManifestResourceException hatası çözüldü.
  • 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.6 212 3/17/2026
1.1.5 132 2/26/2026
1.1.3 132 2/26/2026 1.1.3 is deprecated because it has critical bugs.
1.1.2 122 2/12/2026
1.1.1 122 2/12/2026 1.1.1 is deprecated because it has critical bugs.
1.1.0 143 2/11/2026 1.1.0 is deprecated because it has critical bugs.
1.0.1 141 2/10/2026
1.0.0 120 2/10/2026

v1.1.0: Added advanced Virtual Mode selection (Shift/Ctrl/Range support), enhanced scrolling performance for large datasets, and seamless native-to-virtual selection promotion.