RapidFireUI 8.0.11
See the version list below for details.
dotnet add package RapidFireUI --version 8.0.11
NuGet\Install-Package RapidFireUI -Version 8.0.11
<PackageReference Include="RapidFireUI" Version="8.0.11" />
<PackageVersion Include="RapidFireUI" Version="8.0.11" />
<PackageReference Include="RapidFireUI" />
paket add RapidFireUI --version 8.0.11
#r "nuget: RapidFireUI, 8.0.11"
#:package RapidFireUI@8.0.11
#addin nuget:?package=RapidFireUI&version=8.0.11
#tool nuget:?package=RapidFireUI&version=8.0.11
Package Description
| Product | Versions 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. |
-
net8.0
- BuildBundlerMinifier2022 (>= 2.9.11)
- Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (>= 8.0.16)
- Microsoft.AspNetCore.Razor.Language (>= 6.0.36)
- Microsoft.AspNetCore.StaticFiles (>= 2.3.0)
- Microsoft.CodeAnalysis (>= 4.14.0)
- Microsoft.Extensions.FileProviders.Embedded (>= 8.0.16)
- RapidFire.Core.Blazor (>= 8.0.11)
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 |
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.