![]() |
VOOZH | about |
dotnet add package RapidFireUI --version 8.0.13.7
NuGet\Install-Package RapidFireUI -Version 8.0.13.7
<PackageReference Include="RapidFireUI" Version="8.0.13.7" />
<PackageVersion Include="RapidFireUI" Version="8.0.13.7" />Directory.Packages.props
<PackageReference Include="RapidFireUI" />Project file
paket add RapidFireUI --version 8.0.13.7
#r "nuget: RapidFireUI, 8.0.13.7"
#:package RapidFireUI@8.0.13.7
#addin nuget:?package=RapidFireUI&version=8.0.13.7Install as a Cake Addin
#tool nuget:?package=RapidFireUI&version=8.0.13.7Install as a Cake Tool
Package Description
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 8.0.13.7 | 92 | 6/16/2026 |
| 8.0.13.6 | 83 | 6/13/2026 |
| 8.0.13.5 | 139 | 5/23/2026 |
| 8.0.13.4 | 154 | 5/20/2026 |
| 8.0.13.3 | 98 | 5/20/2026 |
| 8.0.13.2 | 108 | 5/19/2026 |
| 8.0.13.1 | 116 | 5/19/2026 |
| 8.0.13 | 115 | 5/18/2026 |
| 8.0.12 | 189 | 4/15/2026 |
| 8.0.11.1 | 131 | 4/7/2026 |
| 8.0.11 | 116 | 4/7/2026 |
| 8.0.10.2 | 130 | 4/5/2026 |
| 8.0.10.1 | 206 | 3/8/2026 |
| 8.0.10 | 135 | 3/1/2026 |
| 8.0.9.4 | 156 | 2/9/2026 |
| 8.0.9.3 | 179 | 1/31/2026 |
| 8.0.9.2 | 152 | 1/29/2026 |
| 8.0.9.1 | 259 | 12/21/2025 |
| 8.0.9 | 295 | 11/4/2025 |
| 8.0.8.9 | 239 | 10/4/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.