Surge.SlickGrid.Extensions
2.0.1
dotnet add package Surge.SlickGrid.Extensions --version 2.0.1
NuGet\Install-Package Surge.SlickGrid.Extensions -Version 2.0.1
<PackageReference Include="Surge.SlickGrid.Extensions" Version="2.0.1" />
paket add Surge.SlickGrid.Extensions --version 2.0.1
#r "nuget: Surge.SlickGrid.Extensions, 2.0.1"
// Install Surge.SlickGrid.Extensions as a Cake Addin #addin nuget:?package=Surge.SlickGrid.Extensions&version=2.0.1 // Install Surge.SlickGrid.Extensions as a Cake Tool #tool nuget:?package=Surge.SlickGrid.Extensions&version=2.0.1
The Surge SlickGrid Extensions is a set of open-sourced tools that will make using grids in your application a breeze.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.4.4)
- jQuery.UI.Combined (>= 1.8.16)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Added yesno special column
- Fixes to bad unprefixed namespaces
- Added a special edit column
- Now raise celldoubleclick event and call column's onDblClick callback
- Fixed tabbing on/off LongTextCellEditor
- Set slickgrid autoHeight option
- Added escapeHtml option that escapes html when no formatter is provided
- Grid search core moved into optional Surge.Utility. No longer available
- Fix default slickgrid formatter to not print 'null' on null
- Fix grid datepicker bug populating 12/31/1969 when date is empty.
- Minor bugfixes to grid widget