A DataGrid control based on ListBox and Grid panels.
Перейти к файлу
Wiesław Šoltés c4d2ff3c6c Update to 11.2 2024-10-31 18:19:11 +01:00
.github Update build.yml 2021-11-08 22:44:00 +01:00
.nuke Update to .NET 6 2021-11-08 22:29:13 +01:00
build Update to 11.2 2024-10-31 18:19:11 +01:00
samples/TemplatedDataGridDemo Update to 11.1.0 2024-07-24 23:30:09 +02:00
src/TemplatedDataGrid Update to 11.1.0 2024-07-24 23:30:09 +02:00
tests/TemplatedDataGrid.UnitTests Update to 11.1.0 2024-07-24 23:30:09 +02:00
.editorconfig Initial commit 2021-08-10 09:52:16 +02:00
.gitattributes Initial commit 2021-08-10 09:51:09 +02:00
.gitignore Initial commit 2021-08-10 09:52:16 +02:00
LICENSE.TXT Create LICENSE.TXT 2021-08-12 21:18:00 +02:00
README.md Update README.md 2021-10-17 18:23:32 +02:00
TemplatedDataGrid.sln Update to 11.0.0-preview6 2023-03-25 21:45:36 +01:00
azure-pipelines.yml Update azure-pipelines.yml 2024-10-31 18:13:57 +01:00
build.cmd Update to .NET 6 2021-11-08 22:29:13 +01:00
build.ps1 Update to .NET 6 2021-11-08 22:29:13 +01:00
build.sh Update to .NET 6 2021-11-08 22:29:13 +01:00
global.json Update to 11.1.0 2024-07-24 23:30:09 +02:00
nuget.config Update to 11.1.0 2024-07-24 23:30:09 +02:00

README.md

TemplatedDataGrid

Build Status CI

NuGet NuGet MyGet

A DataGrid control based on ListBox and Grid panels.

image

Building TemplatedDataGrid

First, clone the repository or download the latest zip.

git clone https://github.com/wieslawsoltes/TemplatedDataGrid.git

Build on Windows using script

Open up a command-prompt and execute the commands:

.\build.ps1

Build on Linux using script

Open up a terminal prompt and execute the commands:

./build.sh

Build on OSX using script

Open up a terminal prompt and execute the commands:

./build.sh

NuGet

TemplatedDataGrid is delivered as a NuGet package.

You can find the packages here NuGet and install the package like this:

Install-Package TemplatedDataGrid

or by using nightly build feed:

  • Add https://www.myget.org/F/templateddatagrid-nightly/api/v3/index.json to your package sources
  • Alternative nightly build feed https://pkgs.dev.azure.com/wieslawsoltes/GitHub/_packaging/Nightly/nuget/v3/index.json
  • Update your package using TemplatedDataGrid feed

and install the package like this:

Install-Package TemplatedDataGrid -Pre

Package Sources

Resources

License

TemplatedDataGrid is licensed under the MIT license.