Search-Kendo-Treeview
1.0.0
See the version list below for details.
dotnet add package Search-Kendo-Treeview --version 1.0.0
NuGet\Install-Package Search-Kendo-Treeview -Version 1.0.0
<PackageReference Include="Search-Kendo-Treeview" Version="1.0.0" />
paket add Search-Kendo-Treeview --version 1.0.0
#r "nuget: Search-Kendo-Treeview, 1.0.0"
// Install Search-Kendo-Treeview as a Cake Addin #addin nuget:?package=Search-Kendo-Treeview&version=1.0.0 // Install Search-Kendo-Treeview as a Cake Tool #tool nuget:?package=Search-Kendo-Treeview&version=1.0.0
SearchKendoTreeview
Nuget package for SearchKendoTreeview. Search Kendo Treeviews with a text query. The results will be any matching nodes and all of their parent nodes which effectively yields branches that match the query.
How to Use
The entrypoint, or method most users will be interested in is found at SearchKendoTreeview.TreeHelper.FindMatchingNodes(model, queryTxt).
Parameters: model = the tree you want to search queryTxt = the string you want to find
You will need to create a model that inherits from SearchKendoTreeview and can be passed to this method like so:
Finally, an example for how to get the model back:
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- Newtonsoft.Json (>= 10.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
The original release.