c4d2ff3c6c | ||
---|---|---|
.github | ||
.nuke | ||
build | ||
samples/TemplatedDataGridDemo | ||
src/TemplatedDataGrid | ||
tests/TemplatedDataGrid.UnitTests | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
LICENSE.TXT | ||
README.md | ||
TemplatedDataGrid.sln | ||
azure-pipelines.yml | ||
build.cmd | ||
build.ps1 | ||
build.sh | ||
global.json | ||
nuget.config |
README.md
TemplatedDataGrid
A DataGrid control based on ListBox and Grid panels.
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.