Gridsのニュース

JSグリッドにコンテキスト固有のオプションを表示

2月 29, 2024
jQWidgets v19では、jqxGridにコンテキストメニューのサポートが導入され、ユーザーはグリッド自体内で関連するコマンド項目に直接アクセス可能

jQWidgets is a comprehensive JavaScript UI framework offering a robust collection of over 60 widgets, themes, and utilities for building professional-grade, cross-platform web applications. Built on jQuery, HTML5, and CSS, it provides extensive functionality including data grids, charts, navigation, input validation, and more. jQWidgets simplifies web development, ensuring your applications work seamlessly across desktop browsers, tablets, and smartphones.

The jQWidgets v19 release introduces a built-in context menu. This menu appears upon right-clicking within the grid, offering users context-specific options relevant to their current selection or interaction. This eliminates the need to navigate to separate menus or tools, streamlining user interactions and significantly improving usability. By providing immediate access to relevant actions within the grid itself, users can work more efficiently and productively. This new addition enhances the overall user experience for anyone working with jqxGrid.

To see a full list of what's new in v19.0.0, see our release notes.

jQWidgets is licensed per developer and is available as a Perpetual license 1 year support and maintenance. See our jQWidgets licensing page for full details.

Learn more on our jQWidgets product page.

スパークラインを使用したグリッドデータの傾向の強調表示

2月 26, 2024
jQWidgets v19では、スパークラインをグリッドに統合し、データの傾向とパターンをすばやく視覚化するための洞察に満ちた方法を提供

jQWidgets is a comprehensive JavaScript UI framework offering a robust collection of over 60 widgets, themes, and utilities for building professional-grade, cross-platform web applications. Built on jQuery, HTML5, and CSS, it provides extensive functionality including data grids, charts, navigation, input validation, and more. jQWidgets simplifies web development, ensuring your applications work seamlessly across desktop browsers, tablets, and smartphones.

The jQWidgets v19 release introduces support for integrating sparklines directly into jqxGrid. These miniature charts, plotted directly within grid cells, provide a quick and insightful way to visualize trends and patterns in your data without requiring additional charting libraries. This enhancement significantly bolsters jqxGrid's data visualization capabilities, allowing you to create more informative and engaging data presentations.

To see a full list of what's new in v19.0.0, see our release notes.

jQWidgets is licensed per developer and is available as a Perpetual license 1 year support and maintenance. See our jQWidgets licensing page for full details.

Learn more on our jQWidgets product page.

Angular Gridsのサーバー側ソートの実装

2月 21, 2024
効率的なサーバー側のソートでAngularグリッドの可能性を解き放ち、パフォーマンスとスケーラビリティを最適化してシームレスなデータ処理を実現

Offloading sorting tasks to a server (known as remote server sorting or server-side sorting) enables large datasets to be handled efficiently without overwhelming the client. This minimizes data transmission and leads to snappier web applications. Moreover, server-side sorting boosts scalability by ensuring processing happens on the server, freeing up client resources. This translates to faster response times, especially for large datasets, making the user experience smoother. This approach empowers developers to build responsive and scalable web applications that excel at managing and presenting sorted data.

Several Angular grid controls offer sorting on the remote server, including:

  • Wijmo FlexGrid (part of Wijmo by MESCIUS) offers remote server sorting capabilities, enhancing grid responsiveness by delegating sorting tasks to the server side.
  • DevExtreme HTML5 JavaScript Data Grid (part of DevExtreme Complete by DevExpress) offers remote server sorting, boosting performance by offloading sorting to the server.
  • jQWidgets Grid (part of jQWidgets) optimizes data grid sorting with remote server support, ensuring efficient processing and enhancing overall performance in Web applications.
  • Ignite UI Angular Grid (part of Infragistics Ignite UI) streamlines grid sorting with remote server support, providing efficient processing for improved performance and scalability.
  • ZingGrid enhances user experience with remote sorting, allowing developers to implement efficient server-side sorting for improved performance in grid-based data presentations.

For an in-depth analysis of features and price, visit our comparison of Angular Grid controls.

Compare Angular Grid Controls

簡単なCRUDアクションでデータグリッドを強化

2月 19, 2024
新しいDevExpress Blazor Gridツールバーセクションを活用して、直感的な作成、読み取り、更新、削除機能を実現

DevExpress ASP.NET and Blazor includes 110+ UI controls for ASP.NET (including Reporting), server-side MVC extensions or client-side controls with everything you need to build Office-inspired applications, over 70 high-performance ASP.NET Core UI controls, ASP.NET Bootstrap Controls for Office-inspired and Data Visualization apps, Blazor Components (including a Data Grid and Pivot Grid) so you can design rich user experiences for both server-side (Razor Components) and client-side (Blazor) platforms and the DevExtreme JavaScript component suite for responsive web development.

The DevExpress Blazor Grid UI component includes a new toolbar section for displaying custom content. In this blog post, DevExpress's Svetlana Mikheeva describes how to use this powerful component to create rich UIs displaying icons, text, or both. Steps include:

  • Setting up the Blazor Toolbar
  • Attaching the Toolbar to the Grid
  • Placing a Search Box withing the Toolbar

Read the complete blog and get started creating rich Blazor Grid applications.

DevExpress ASP.NET and Blazor is licensed per developer and includes a 12 month subscription for minor and major updates. Subscription renewals are also available. See our DevExpress ASP.NET and Blazor licensing page for full details.

Learn more about DevExpress ASP.NET and Blazor.

データバインドグリッドを使用したリアルタイムインサイトの表示

2月 15, 2024
バインドされたデータ表示を備えたWinFormsグリッドを使用すると、ユーザーは、情報の現在の状態を反映して、基になるデータの更新をすぐに確認可能

Grid controls with Bound Data Display provide a structured and efficient means of presenting and managing data in software applications. By binding the grid to a data source, such as a database or a collection of objects, developers can ensure real-time synchronization between the data and the grid, eliminating the need for manual updates. This seamless integration enhances data accuracy and consistency, allowing users to view, edit, and manipulate information in a centralized and organized format. The bound data display simplifies data management and enhances user productivity by providing a dynamic and responsive interface that reflects changes in the underlying data source.

Several .NET WinForms Grids support bound data display including:

  • DevExpress WinForms Data Grid (part of DevExpress WinForms) allows you to display and manipulate data in a tabular format with support for various data binding options such as databases, collections, or custom data objects.
  • FlexGrid for WinForms (part of ComponentOne Studio WinForms by MESCIUS) can bind to virtually any data source that implements the IEnumerable or DataCollection interface, including ADO.NET data sources.
  • TeeGrid for .NET by Steema Software, binds to various sources like DataTable, DataView, IList, IEnumerable, and custom objects.
  • Bunifu UI WinForms DataGrid View (part of Bunifu UI WinForms) binds to various data sources like DataTable, DataView, and custom collections and automatically generates columns based on data object properties.

For an in-depth analysis of features and price, visit our comparison of .NET WinForms Grids.

Compare .NET WinForms Grids