TGrid.TypeScript.DefinitelyTyped 0.2.5

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

// Install TGrid.TypeScript.DefinitelyTyped as a Cake Tool
#tool nuget:?package=TGrid.TypeScript.DefinitelyTyped&version=0.2.5

TypeScript, Angular and Knockout compatible, super-functional and fully customizable grid. TGrid can work on any* device and any screen resolution. It dynamically adjusts content for screen and even changes the layout. TGrid grid supports any (really any) number of rows that can be loaded dynamically when user scrolls or selects page.

There are no supported framework assets in this 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
0.2.5 2,823 6/26/2014
0.2.3 2,249 4/22/2014
0.2.2.1 2,331 2/27/2014
0.2.2 2,303 2/27/2014

Version 0.2.5
* Added 'rowclick' handler to customize row click action
* Added possibility to hide grid header
* Replaced images by SVG base64 in CSS
* Adding possibility to set column width in percents
* Adding restriction for 'enableVirtualScroll'. 'Virtualization/LazyLoading' works only if items count is more, then 100.
* Bug 443 - Custom actions to open details Knockout: last row is opened with any actions
* Bug 440 - Second click on grouping button doesn't hide grouping menu,second click on mobile menu button doesn't hide mobile menu
* Bug 439 - Group collapsing is not enabled by works in Angular in mobile mode
* Bug 431 - If grouping and filtering is enabled,filter popup doesn't hide by clicking on the grouping button.
* Bug 429 - Grid settings with Grouping: resizing column leads to collapse first column (with group names)
* Bug 419 - Incorrect placement of filtering popup
* Bug 389 - Removing 'overflow: hidden' in some styles, transfering some styles 'overflow' from inline to css.
* Bug 382 - Wrong idea of 'path' displaying in filter popup template
* Bug 381 - Filter popup is cutted when grid is at the bottom of the page and has no items
* Bug 380 - Changing styles to '.tgrid-mobile-container .selected' doesn't have '!important' flag
* Bug 357 - Dynamic reconfiguration demo page: demo shouldn't show detail columns after deleting all columns
* Bug 355 - Fix capture scroll after dynamic reconfiguration
* Bug 352 - Virtual scroll with grouping doesn't works if rows height is less then grid max-height.
* Bug 350 - Dynamic reconfiguration of enablePaging doesn't work properly.
* Bug 344 - If option "ShowDetailsOnSelection" is set to false, all details, opened on custom action, can be closed by click on row
* Bug 340 - Column borders shifted a little bit, if resize column to get horizontal scroll and scroll to right.
* Bug 211 - If ServerItemProvider is used, there isn't '...' after last page of paging block on first load.