DTIGrid.dll 1.0.24

dotnet add package DTIGrid.dll --version 1.0.24
NuGet\Install-Package DTIGrid.dll -Version 1.0.24
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="DTIGrid.dll" Version="1.0.24" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DTIGrid.dll --version 1.0.24
#r "nuget: DTIGrid.dll, 1.0.24"
#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 DTIGrid.dll as a Cake Addin
#addin nuget:?package=DTIGrid.dll&version=1.0.24

// Install DTIGrid.dll as a Cake Tool
#tool nuget:?package=DTIGrid.dll&version=1.0.24

DTIGrid

.NET Data grid for fast editing. Add the grid give it a table name and add/update/delete. Includes searching and paging. Uses free-jqgrid.

Usage: (Editing a table called "Locations". The project connection string is used if it is named "ConnectionString")

    <%@ Register Assembly="DTIGrid" Namespace="DTIGrid" TagPrefix="DTIGrid" %>
    <DTIGrid:DTIDataGrid ID="DTIDataGrid1" runat="server" DataTableName="Locations" EnableEditing="True"
    Width="100%" EnablePaging="True" EnableSorting="True" EnableSearching="True" />
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 (1)

Showing the top 1 NuGet packages that depend on DTIGrid.dll:

Package Downloads
Reporting.dll

.NET Reporting

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.24 1,154 4/2/2019
1.0.23 729 4/2/2019
1.0.22 728 3/7/2019
1.0.21 723 2/21/2019
1.0.20 958 10/16/2018
1.0.19 877 10/16/2018
1.0.18 875 10/16/2018
1.0.17 1,176 5/23/2018
1.0.16 1,147 5/23/2018
1.0.15 1,164 3/15/2018
1.0.14 1,154 3/14/2018
1.0.13 1,072 2/8/2018
1.0.12 1,119 2/1/2018
1.0.10 1,207 2/1/2018
1.0.9 1,004 2/1/2018
1.0.7 1,138 1/30/2018
1.0.5 1,395 12/19/2017
1.0.0 1,011 11/3/2017

Adding webactivator to add startup script