RapidFireUI 8.0.11

There is a newer version of this package available.
See the version list below for details.
dotnet add package RapidFireUI --version 8.0.11
                    
NuGet\Install-Package RapidFireUI -Version 8.0.11
                    
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="RapidFireUI" Version="8.0.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RapidFireUI" Version="8.0.11" />
                    
Directory.Packages.props
<PackageReference Include="RapidFireUI" />
                    
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 RapidFireUI --version 8.0.11
                    
#r "nuget: RapidFireUI, 8.0.11"
                    
#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 RapidFireUI@8.0.11
                    
#: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=RapidFireUI&version=8.0.11
                    
Install as a Cake Addin
#tool nuget:?package=RapidFireUI&version=8.0.11
                    
Install as a Cake Tool

Package Description

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos 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.

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
8.0.11.1 85 4/7/2026
8.0.11 75 4/7/2026
8.0.10.2 89 4/5/2026
8.0.10.1 166 3/8/2026
8.0.10 102 3/1/2026
8.0.9.4 123 2/9/2026
8.0.9.3 144 1/31/2026
8.0.9.2 122 1/29/2026
8.0.9.1 228 12/21/2025
8.0.9 268 11/4/2025
8.0.8.9 199 10/4/2025
8.0.8.8 298 9/14/2025
8.0.8.7 187 9/5/2025
8.0.8.6 216 8/17/2025
8.0.8.5 200 7/27/2025
8.0.8.4 621 7/23/2025
8.0.8.3 173 7/19/2025
8.0.8.2 202 7/13/2025
8.0.8.1 169 7/5/2025
8.0.8 206 6/22/2025
Loading failed

RapidFireUI 8.0.11.0 – Release Notes

This release introduces new features and enhancements for TableRF and GridRF, focusing on selection support and improved programmatic control.

New Features and Enhancements:

TableRF Checkbox Selection Support
TableRF now supports row selection using checkboxes. You can bind selected values and customize checkbox icons and colors as needed.

GridRF Card Selection
GridRF now supports selection functionality via card clicks, providing a more intuitive selection experience for grid layouts.
Metadata Access
Both TableRF and GridRF now expose metadata through:

tbl.GetMeta()

This provides:

PageNo
TotalRecord
PageSize
TotalPage
Programmatic Pagination Control
You can now programmatically navigate to a specific page using:

tbl.Refresh(PageNo)

This enables better control over pagination from code.

Summary:

This update enhances TableRF and GridRF with selection capabilities, improved UI interaction, and better control over pagination and data handling, making them more flexible for advanced use cases.