Dama.Controls
2.2.0
See the version list below for details.
dotnet add package Dama.Controls --version 2.2.0
NuGet\Install-Package Dama.Controls -Version 2.2.0
<PackageReference Include="Dama.Controls" Version="2.2.0" />
paket add Dama.Controls --version 2.2.0
#r "nuget: Dama.Controls, 2.2.0"
// Install Dama.Controls as a Cake Addin #addin nuget:?package=Dama.Controls&version=2.2.0 // Install Dama.Controls as a Cake Tool #tool nuget:?package=Dama.Controls&version=2.2.0
A set of user controls
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- ClosedXML (>= 0.95.4)
- DocumentFormat.OpenXml (>= 2.7.2)
- ExcelNumberFormat (>= 1.0.10)
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 |
---|---|---|
24.7.9 | 138 | 7/9/2024 |
24.6.30 | 131 | 6/29/2024 |
24.6.29.1507 | 112 | 6/29/2024 |
24.6.29 | 109 | 6/29/2024 |
24.6.26 | 93 | 6/26/2024 |
24.6.25 | 100 | 6/25/2024 |
24.1.31 | 148 | 1/31/2024 |
24.1.30 | 105 | 1/30/2024 |
24.1.29 | 96 | 1/29/2024 |
23.11.9 | 193 | 12/9/2023 |
2.4.2 | 116 | 12/9/2023 |
2.4.1 | 96 | 12/9/2023 |
2.4.0 | 178 | 7/26/2023 |
2.3.0 | 298 | 1/17/2023 |
2.2.1 | 312 | 12/21/2022 |
2.2.0 | 296 | 12/20/2022 |
2.1.15 | 281 | 12/7/2022 |
2.1.14 | 360 | 10/27/2022 |
2.1.13 | 367 | 10/25/2022 |
2.1.11 | 396 | 10/22/2022 |
2.1.10 | 392 | 10/11/2022 |
2.1.9 | 423 | 9/28/2022 |
2.1.8 | 417 | 9/28/2022 |
2.1.7 | 425 | 9/21/2022 |
2.1.6 | 420 | 9/20/2022 |
2.1.5 | 420 | 9/2/2022 |
2.1.4 | 420 | 9/1/2022 |
2.1.3 | 427 | 9/1/2022 |
2.1.2 | 418 | 9/1/2022 |
2.1.1 | 426 | 9/1/2022 |
2.1.0 | 430 | 9/1/2022 |
2.0.1 | 436 | 9/1/2022 |
2.0.0 | 493 | 6/3/2022 |
Downgraded the solution to .net 4.5
Fixed issues with ListView crashing when trying to set focussed item
Fixed bug where list view footers weren't displaying on some PCs
Added namespaces
Ensured item can be selected in the list view by hitting enter.
Fixed bug in list view where calculating totals crashes if one of the values in the column in null
Made the list view of the listviewGridControl public
Fixing bug where editing an inline item in the listview grid control doesn't trigger the InlineItemUpdated event
Fixed bug where when date box value is manually changed via typing, the date time picker doesn't update
Updated list view rows to make the editable
Renamed DamaDateBox to DateBox. Consider updating all references to this.
Reduced target version from .net 4.8 to 4.6.1. Removed unneeded enums
Renamed Utilities class to DamaControlUtilities
Made RefreshDisplay method of ListViewGridControl public
Edited the list view grid control to properly hide the footer textboxes when needed