Search-Kendo-Treeview 1.0.1

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

// Install Search-Kendo-Treeview as a Cake Tool
#tool nuget:?package=Search-Kendo-Treeview&version=1.0.1

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:

Example for how to inherit from KendoTreeModel

Finally, an example for how to get the model back:

Example for how to return a tree in an MVC controller method

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
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
1.0.1 214 1/5/2023
1.0.0 187 1/5/2023

The original release.