Package Description
Allows editors to pick and sort multiple urls, it uses Umbraco's link picker which supports internal and external links and media.
CollectionView provides cross-platform data features like sorting, grouping and filtering.
Simple and Powerful Dynamic Multiple Column Searching and Sorting along with Pagination and Excel Export for Jquery DataTables Asp.Net Core Server Side
jTable is a jQuery plugin that is used to create AJAX based CRUD tables without coding HTML or Javascript. It supports paging, sorting, master/child tables, selecting rows, resizing columns, show/hide columns and so on. Also creates create/edit forms and dialogs automatically from your model.
A library to create a Web-based, live updating "console" window. Useful for pages that process some sort of background task like an index rebuild or database backup. Compatible with MVC or Web Forms.
tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell.
A library for topologically sorting things by specifying dependencies between them
A fast implementation of topological sorting that supports stable sorting as well as breaking ties via ThenBy[Descending]
Bring the power of Rx to collections using Dynamic Data. Dynamic Data is a comprehensive caching and data manipulation solution which introduces domain centric observable collections. Linq extensions enable dynamic filtering, sorting, grouping, transforms, binding, pagination, data virtualisation, expiration, disposal management plus more.
This is a legacy package for embedding Syncfusion reporting components such as Report Viewer and Report Writer in your WPF application. Please use the BoldReports.WPF package for new projects. Syncfusion Report Viewer for WPF is a .NET control package to view RDL/RDLC reports within a .NET application. Key features: • Report viewer can render RDL reports published on SQL Server Reporting Services server. • Popular data sources such as Microsoft SQL Server, Microsoft SQL Azure, SQL CE, XML, Microsoft Access, Oracle, OLEDB, and ODBC are supported. • Users can interactively provide report parameter inputs at run time to display reports based on the parameter. • SQL Server RDL specification expressions are supported. • Report items such as tables, matrices, lists, charts, sparklines, databars, maps, gauges, subreports, indicators, images, lines, and rectangles can be displayed. • Report viewer supports multilevel grouping and sorting in data regions of report items such as tablixes, matrices, lists, charts, sparklines, databars, gauges, indicators, and maps. • Interactive features in RDL specification like drill through, hyperlink, and interactive sorting to work with report at runtime. • Preview the report in print layout prior to printing. Page settings can be modified using page setup dialog. • All static texts within the report viewer can be localized to any desired language. • Displayed reports can be exported to popular file formats: PDF, Word, Excel, and HTML. • Toolbars and parameter block appearance can be customized using templates. Learn more: https://www.syncfusion.com/reporting-tool/wpf/report-viewer?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/wpf/reportviewer/getting-started?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/wpf?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing). © Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
Nice, sleek and intuitive. A grid control especially designed for bootstrap.
This is a legacy package for embedding Syncfusion reporting components such as Report Viewer and Report Writer in your ASP.NET Core web application. Please use the BoldReports.AspNet.Core (https://www.nuget.org/packages/BoldReports.AspNet.Core) package for new projects. The report viewer control is used to view RDL/RDLC reports within web applications. The reports are rendered using HTML5 and provides an optimal user experience across phone, tablet, and desktop form-factors. Key features: • Users can interactively provide report parameter inputs at run time to display reports based on the parameter. • SQL Server RDL specification expressions are supported. • Report items such as tables, matrices, lists, subreports, lines, and rectangles can be displayed. • Report viewer supports multilevel grouping and sorting in data regions of report items such as tablixes, matrices and lists. • Interactive features in RDL specification like drill through, hyperlink, and interactive sorting to work with report at runtime. • Preview the report in print layout prior to printing. Page settings can be modified using page setup dialog. • All static texts within the report viewer can be localized to any desired language. • Displayed reports can be exported to popular file formats: PDF, Word, Excel, and HTML. • Toolbars and parameter block appearance can be customized using templates. Learn more: https://www.syncfusion.com/products/jquery/aspnetcore/ReportViewer Documentation: https://help.syncfusion.com/aspnet-core/reportviewer/getting-started https://help.syncfusion.com/aspnet-core/reportwriter/getting-started Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident Forum: https://www.syncfusion.com/forums/aspnetcore This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials). © Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
The basic idea: each time we add one or more promises to an instance of a promiseTracker, that instance's active() method will return true until all added promises are resolved. A common use case is showing some sort of loading spinner while some http requests are loading.
The BindingListView .NET library provides a type-safe, sortable, filterable, data-bindable view of one or more lists of objects. It is the business objects equivalent of using a DataView on a DataTable in ADO.NET. If you have a list of objects to display on a Windows Forms UI (e.g. in a DataGridView) and want to allow your user to sort and filter, then this is the library to use!
tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell.
A framework to handle all sorts of paths operations: File, Directory, Absolute, Drive Letter, UNC, Relative, prefixed with an Environment Variable, that contain a Variable. This framework is used in the product NDepend to handle all paths operations.
Package Description
A dynamic expression builder that can be used to dynamically sort and/or filter LINQ/EF queries
Xuni CollectionView provides cross-platform data features like sorting, grouping and filtering for the Xamarin Platform.
A library for topologically sorting things by specifying dependencies between them
This is a fork of Daniel Bradley's C# implementation of the Tarjan cycle detection algorithm. (https://github.com/danielrbradley/CycleDetection) You can use this library to sort dependencies and even handle cyclic references. e.g. to compile stuff in the right order. I found it to be quite useful but I didn't like how one had to manually setup the dependency vertices. (It also supports custom comparers now.) So I moved the original code into the Core sub namespace and wrote a class that allows to setup dependencies using a simple lambda expression.
Server side paging, sorting and filtering via Dynamic Linq
This is a legacy package for embedding Syncfusion reporting components such as Report Viewer and Report Writer in your ASP.NET MVC web application. Please use the BoldReports.Mvc5 package for new projects. The Syncfusion Report Viewer for ASP.NET MVC package contains control and server-side helpers used to view RDL/RDLC reports within ASP.NET MVC applications. The reports are rendered using HTML5 and provides an optimal user experience across phone, tablet, and desktop form-factors. Key features: • Report viewer can render RDL reports published on SQL Server Reporting Services server. • Popular data sources such as Microsoft SQL Server, Microsoft SQL Azure, SQL CE, XML, Microsoft Access, Oracle, OLEDB, and ODBC are supported. • Users can interactively provide report parameter inputs at run time to display reports based on the parameter. • SQL Server RDL specification expressions are supported. • Report items such as tables, matrices, lists, charts, sparklines, databars, maps, gauges, subreports, indicators, images, lines, and rectangles can be displayed. • Report viewer supports multilevel grouping and sorting in data regions of report items such as tablixes, matrices, lists, charts, sparklines, databars, gauges, indicators, and maps. • Interactive features in RDL specification like drill through, hyperlink, and interactive sorting to work with report at runtime. • Preview the report in print layout prior to printing. Page settings can be modified using page setup dialog. • All static texts within the report viewer can be localized to any desired language. • Displayed reports can be exported to popular file formats: PDF, Word, Excel, and HTML. • Toolbars and parameter block appearance can be customized using templates. • Report writer can be used to create file report formats PDF, Word, Excel, and HTML without viewing the report. Learn more: https://www.syncfusion.com/reporting-tool/aspnet-mvc/report-viewer?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/aspnetmvc/reportviewer/getting-started?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/aspnetmvc?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing). © Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
A "Swiss Army Knife" of sorts for IL-generated methods that are faster then their Expression & Reflection counterparts.
The SortedPRO SDK shared components for .NET Standard
Handsontable is a data grid component with an Excel-like appearance. Built in JavaScript, it integrates with any data source and comes with features like data validation, sorting, grouping, data binding or column ordering.
* Generate SQL code for Create and Drop tables, columns, indexes, and foreign keys * Generate SQL code for Insert, Select, Delete, Update, Create & Drop operations, without writing SQL code yourself * Select operation is capable of using joins, aggregation, group by, sort, limit, pretty much everything supported
Syncfusion Essential XlsIO is a .NET Standard Excel library that allows to create, read, and edit Excel files in .NET core application without Microsoft Office dependencies. Key features: • Easily import and export data from/to common business objects. • Performs quick evaluation with 400+ functions. • Imports data into a customized format using Template Markers. • Create and edit all chart types including Excel 2016 charts. • Cell data validations can be applied with operators, alert messages, custom formulas, and drop-down lists. • Highlights important cells by conditional formats. • Performs various cell-level operations like resizing, hide or unhide, insert or delete, group and ungroup, and so on. • Supports various formatting like number formats, text alignments, font settings, border settings, color settings, rich-text, and so on. • Supports applying built-in styles and custom styles to cells. • Sorts data based on cell value, cell color, and font color. • Filters data based on cell value, cell color, icons, and so on. • Create and edit the auto shapes, comments, text boxes, combo boxes, check boxes, and option buttons. • Enables page settings like orientation, paper size, scaling, margins, print titles, header and footer, and so on. Learn more: https://www.syncfusion.com/products/file-formats/xlsio Documentation: https://help.syncfusion.com/file-formats/xlsio/overview Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident Forum: https://www.syncfusion.com/forums/aspnetcore This is a commercial product and requires a paid license for possession or use. Syncfusion's licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials). © Copyright 2018 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
The SortedPRO SDK common data types for .NET Standard
A convenient signing and hashing framework, anything you can serialize, you can hash and sign. Allows for partial class hashing and custom implementations. Also provides a IComparable byte[] wrapper for efficient comparison and sorting.
Loads and saves standard images including DDS (all sorts and weird ones like V8U8, G8, etc. See full list on github.)
Shared classes, methods and extensions that provides a sort of utilities for project development.
* Generate SQL code for Create and Drop tables, columns, indexes, and foreign keys * Generate SQL code for Insert, Select, Delete, Update, Create & Drop operations, without writing SQL code yourself * Select operation is capable of using joins, aggregation, group by, sort, limit, pretty much everything supported
Handsontable is a data grid component with an Excel-like appearance. Built in JavaScript, it integrates with any data source and comes with features like data validation, sorting, grouping, data binding or column ordering.
The SortedPRO SDK Consignments data types for .NET Standard
This is a legacy package for embedding Syncfusion Report Writer in your WPF application. Please use the BoldReports.WPF package for new projects. The Syncfusion Report Writer is a .NET library to create file format reports PDF, Excel, and Word using RDL/RDLC with the help of report writer, but without using the viewer. Key features: • Users can provide report parameter input at run time to generate reports based on the parameter. • Report items such as tables, matrices, lists, images, lines, and rectangles can be used. • Supports multilevel grouping and sorting in data regions of report items such as tables, matrices, and lists. Learn more: https://www.syncfusion.com/reporting-tool/wpf/report-writer?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/wpf/reportwriter/getting-started?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/wpf?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing). © Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
The SortedPRO SDK Rates data types for .NET Standard
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides classes that define culture-related information, including language, country/region, calendars in use, format patterns for dates, currency, and numbers, and sort order for strings. Commonly Used Types: System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo System.Globalization.NumberFormatInfo System.Globalization.CalendarWeekRule System.Globalization.TextInfo System.Globalization.Calendar System.Globalization.CompareInfo System.Globalization.CompareOptions System.Globalization.UnicodeCategory When using NuGet 3.x this package requires at least version 3.4.
A grid for ASP.NET MVC and Bootstrap with ajax paging and sorting. Also has filtering support, export to csv, back button support, and graceful degradation. Easily configurable. All AJAX calls are handled for you... Simply tell it how to get your data!
This library provides various common UI helpers. It is a part of the Windows Community Toolkit. AdvancedCollectionView: It's a collection view implementation that support filtering, sorting and incremental loading. It's meant to be used in a viewmodel. CacheBase: Provides methods and tools to cache files in a folder. Converters: Commonly used converters that allow the data to be modified as it passes through the binding engine. Extensions: - ApplicationViewExtensions: Provides attached properties for interacting with the ApplicationView on a window (app view). - AttachedDropShadow: Provides a composition based shadow effect which supports masking. - FrameworkElementExtensions: Provides attached dependency properties for the FrameworkElement. - ListViewExtensions: Provides attached dependency properties for the ListViewBase - LogicalTree: Defines a collection of extensions methods for UI. - MatrixExtensions: Provides a set of extensions to the Matrix struct. - MatrixHelperEx: Static helper methods for Matrix. - Mouse: Helper class for easily changing the mouseover cursor type. - NullableBool: Custom MarkupExtension which can provide nullable bool values. - RotateTransformExtensions: Extension methods for RotateTransform. - ScaleTransformExtensions: Extension methods for ScaleTransform. - ScrollViewerExtensions: Provides attached dependency properties for the ListViewBase - SkewTransformExtensions: Extension methods for SkewTransform. - SurfaceDialTextbox: Helper class that provides attached properties to enable any TextBox with the Surface Dial. - TextBoxMask: TextBox mask property allows a user to more easily enter fixed width text in TextBox control. - TextBoxRegex: TextBoxRegex allows text validation using a regular expression. - TitleBarExtensions: Provides attached dependency properties for interacting with the ApplicationViewTitleBar on a window (app view). - TranslateTransformExtensions: Extension methods for TranslateTransform. - VisualExtensions: Extension methods and attached properties for Visual objects - VisualTree: Defines a collection of extensions methods for UI. Helpers: - BindableValueHolder: Holds the value. Can be used to change several objects' properties at a time. - DependencyPropertyWatcher: Used to Track Changes of a Dependency Property - ThemeListener: Class which listens for changes to Application Theme or High Contrast Modes and Signals an Event when they occur. Triggers: Various Visual State Triggers to help trigger VisualStates in a wide variety of scenarios.
Extends the Grid.Mvc helper with AJAX paging, sorting, and column and form filtering.
Compare for string to sort by number in string (as windows explorer do)
JS component to render trees with server-based data including sorting and column-reordering. Core UI utility functions for DynamicTree control
Wintellect Power Collections is a community project to develop the best public license type-safe collection classes for .NET. Power Collections implements classical data structures (lists, sets, bags, dictionaries) in C#, which are well optimized for performance, and makes heavy use of .NET generics. The goal of the project is to provide generic high-performance collection classes that are not available in .NET standard library. Data structures, implemented in PowerCollections: Set<T>: a collection of items (maintained in unpredictable order). Duplicate items are not allowed. Bag<T>: a collection of items, which allows duplicates. Similar to Set<T> but allows duplicates. BigList<T>: a list of items, optimized for efficient operations on large lists (especially for insertions, deletions, copies, and concatenations). Deque<T>: implementation of Deque (Double Ended Queue), with efficient inserting elements at the beginning and at the end. MultiDictionary<TKey, TValue>: a dictionary collection, which associates multiple values with a key. Lookup by key returns an enumeration of items. OrderedSet<T>: a collection of items, maintained in a sorted order (duplicates are not allowed). Each item has an index in the set (0…Count-1). Provides efficient sub-range extraction. OrderedBag<T>: a collection of items, maintained in a sorted order, with duplicates. Provides efficient sub-range extraction. OrderedDictionary<TKey, TValue>: a dictionary collection that associates keys to values. The keys are maintained in a sorted order. Provides efficient sub-range extraction. OrderedMultiDictionary<TKey, TValue>: a dictionary collection that associates multiple values with a key. The keys are maintained in a sorted order. Lookup by key returns an enumeration of items. Provides efficient sub-range extraction. This library was originally produced by Wintellect and is offered AS IS. It has been available on the Wintellect site for some time, later moved to Codeplex to encourage its growth and use, and then it was lost with the shutdown of Codeplex. Power Collections is free for all to use within the bounds of the standard Eclipse Public License (EPL). The code is originally written by Peter Golde (at Wintellect, in the period 2004-2007), then evolved in the open-source community.