Found 91 packages
Quite simply, SlickGrid is a JavaScript grid/spreadsheet component. It is an advanced component and is going to be a bit more difficult to learn and configure, but once you realize its full potential, it will blow your mind! Some highlights: - Adaptive virtual scrolling (handle hundreds of thousands of rows with extreme responsiveness) - Extremely fast rendering speed - Supports jQuery UI Themes - Background post-rendering for richer cells - Configurable & customizable - Full keyboard navigation - Column resize/reorder/show/hide - Column autosizing & force-fit - Pluggable cell formatters & editors - Support for editing and creating new rows. - Grouping, filtering, custom aggregators, and more! - Advanced detached & multi-field editors with undo/redo support. - “GlobalEditorLock” to manage concurrent edits in cases where multiple Views on a page can edit the same data.
Deliver robust apps that give your end-users a rich, fluid, high-performance experience. The only datagrid with asynchronous data virtualization: your grid feels fast even with remote data sources! You can try this package for free for 45 days, after which you will need to purchase a license key to continue using it.
Send log events to custom topics in Azure Event Grid
Lightweight and full-featured data Grid control with NET4 and NET6+ support. The Grid Control for NET offers a very fast data grid for your Visual Studio projects. Includes NET Core support and improved javascript visualisation via jsGrid. Demo code: https://github.com/Steema/TeeGrid-NET-Samples
A light weight data grid component for Blazor, focused on remote data. Supports sorting, virtualization, row-highlighting, JSON, gRPC and custom providers.
GridExtra is a custom panel library for WPF/UWP.
Utilizacion de grilla bootstrap con knockout, utilizando jquery y fontawesome - Fix error BaseViewModel
A DataGrid control that inherits from the base DataGrid control class and override some methods to implement filters for each column like Excel, in automatic or custom generation. Translation of labels and date formatting in the following languages : Czech, Chinese(traditional and simplified), Dutch, English, French, German, Hebrew, Hungarian, Italian, Japanese, Polish, Portuguese, Russian, Spanish, Turkish, Ukrainian.
A data grid to display the data retrieved from webapi or a rest service. The grid will display data for any entity.You just need to call the GetValues method on html table as: $("tblEmployees").GetValues(({ URL: "/api/values1/",IdColumn: "RollNo"}); .URL is the URL of the REST service.IdColumn is the column that uniquely identifies an entity To use the grid and display the data on a page 1.include the follwing js and css in the web page script src="../Scripts/WebGrid.js" type="text/javascript" link href="../Content/GridStyle.css" rel="stylesheet" Grid control also uses jquery ,so also reference the jquery library on the page. 2.Declare html table on the page 3.Call the GetValues method on the declared table $("IdOfTable").GetValues({ URL: "/api/ControllerName/", IdColumn: "NameofPrimaryKeyColumn" 4.Add the following attribute to the Controller class WebGrid.PagingAttribute(EntityId = "AnyIdentifier", PageSize = SizeOfPage, EntityType = typeof(TypeOfEntity) 5.Derive the controller class from the CustomController class. You can also sort the displayed data by clicking the grid column headers
Enhance your WinForms application's tabular data display with CustomDataGridView. This C# library extends the capabilities of the standard DataGridView, offering easy customization and additional features for a more flexible and tailored user experience.
The addition of the Grid Layout data type in Umbraco 7.2 was a great feature improvement. Out of the box the data type uses the Bootstrap version 3 grid framework. There is also an option for Bootstrap version 2. While it is relatively easy to create custom renderers for use with the Grid Layout data type, this package saves you the effort and provides additional responsive grid frameworks renderers that can be used with the Grid Layout data type. The frameworks are not included in this package and will need to be download separately. You can download and find documentation for these frameworks on their respective site.
Responsive grid is a custom panel control for WPF/UWP. This library provides the grid layout system that is similar to Bootstrap framework.
Custom data annotations which allow for providing additional metadata when working with strongly typed jqGrid helper for ASP.NET Core.
A custom Notification Gateway Provider service for sending notifications with SendGrid
For my last project, I looked at the PropertyGrid control that has a very nice look and feel. Immediately, I noticed how difficult it was to use it. Looking over the Internet, I found lots of people wishing for something easier to use, like the TreeView or the ListView. So I started developing an extended version of the PropertyGrid that includes an Item collection.
MVC 4 - 5 Controls Toolkit is a complete set of advanced server controls for MVC 3-MVC5 ranging from a templated edit-on line datagrid to date-picker and custom formatted textboxes, supporting client validation and globalization. MVC Controls Toolkit makes it easier to define new complex controls for MVC without defining custom binders to read back the input from the Controls because each control enables the MVC engine to call its own handler to bind properly the input to the view model. Thus, there is no need to adapt the controller to a control or to define ad hoc controllers.
FlexGrid is a custom WPF DataGrid with convenient and useful features. When developing code using WPF, the Microsoft-supported DataGrid has limited functionality, such as nested and merged column headers and variable columns. However, with FlexGrid, your DataGrid development environment becomes significantly more convenient!
Custom controls for WPF: PropertyGrid, DataGrid, multi-select TreeView, ColorPicker and more
Custom controls for winforms projects. ThemeManager, Grid, Toast Notifications, BreadCrumb Bar, Diff Viewers, etc.
Server-side jQuery DataTables generation for ASP.NET Core MVC applications with advanced features. Provides automatic server-side processing, pagination, sorting, filtering, and searching capabilities. Supports complex data queries, custom column rendering, global and column-specific search, multi-column sorting, and seamless integration with Entity Framework Core. Includes model binding for DataTable requests and response generation with minimal configuration.