Prowler.Mvc.UI 1.0.2.1

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

// Install Prowler.Mvc.UI as a Cake Tool
#tool nuget:?package=Prowler.Mvc.UI&version=1.0.2.1

Prowler.Mvc.UI

Is a Free UI library components for building modern and feature-rich ASP.NET MVC applications. Prowler MVC UI provides components with flexible data binding, api, events, appearance customization through templates, accessibility.

Provides components with flexible data binding, api, events, appearance customization through templates, accessibility.

Dependency

jquery, prowler-mvc.js and prowler-mvc.css

@using Prowler.Mvc.UI

<script type="text/javascript" src="~/Scripts/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="~/Scripts/prowler-mvc.js"></script>
<link rel="stylesheet" href="~/Content/prowler-mvc.css"/>

Documentation

https://prowler-mvc-ui-asp-net-as.azurewebsites.net/

Version 1.2.1

New Grid Component

The ASP.NET MVC Grid lets the user choose options from a list of choices. It provides flexible data binding, api, events, appearance customization through templates, accessibility. The Grid is a component for displaying data in a tabular format and comes with a variety of features, and customization.

Grid main functionality:

  • Data Binding
  • Customizing templates
  • Events
  • API

Version 1.0.1

Dropdown List main functionality:

  • Data Binding
  • Grouping(rearrange dropdown items in a group based on a group by key and label)
  • Client filtering(adds a search box on the dropdown allowing client side search)
  • Server filtering (adds a search box on the dropdown allowing server side search)
  • Multiselect(allows multiselect with or without checkbox control)
  • Customizing templates (change the appearance of the the dropdown items with binding support)
  • Events(attach events to dropdown list changes ex: Dropdown Open, Dropdown Selected Changed)

A series of API methods are available allowing control manipulation from java script

  • Disable dropdown
  • Enable dropdown
  • Get selected dropdown value
  • Data Bind model from URL
  • Open/Close dropdown
  • Set dropdown selected item
Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  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.2.1 239 2/19/2023
1.0.1 719 6/29/2021
1.0.0 600 6/8/2021

New Grid component.