Dama.Controls 2.1.13

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dama.Controls --version 2.1.13
NuGet\Install-Package Dama.Controls -Version 2.1.13
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="Dama.Controls" Version="2.1.13" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dama.Controls --version 2.1.13
#r "nuget: Dama.Controls, 2.1.13"
#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.
// Install Dama.Controls as a Cake Addin
#addin nuget:?package=Dama.Controls&version=2.1.13

// Install Dama.Controls as a Cake Tool
#tool nuget:?package=Dama.Controls&version=2.1.13

A set of user controls

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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
24.1.31 110 1/31/2024
24.1.30 73 1/30/2024
24.1.29 71 1/29/2024
23.11.9 168 12/9/2023
2.4.2 92 12/9/2023
2.4.1 86 12/9/2023
2.4.0 166 7/26/2023
2.3.0 273 1/17/2023
2.2.1 286 12/21/2022
2.2.0 269 12/20/2022
2.1.15 260 12/7/2022
2.1.14 334 10/27/2022
2.1.13 341 10/25/2022
2.1.11 363 10/22/2022
2.1.10 365 10/11/2022
2.1.9 388 9/28/2022
2.1.8 372 9/28/2022
2.1.7 393 9/21/2022
2.1.6 391 9/20/2022
2.1.5 395 9/2/2022
2.1.4 393 9/1/2022
2.1.3 398 9/1/2022
2.1.2 390 9/1/2022
2.1.1 397 9/1/2022
2.1.0 396 9/1/2022
2.0.1 412 9/1/2022
2.0.0 466 6/3/2022

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