.NETのニュース

グリッドフォームで簡単なデータ編集を有効化

1月 9, 2026
データビューから離れずに、その場でレコードを直接編集して素早く更新可能

Forms in grids combine tabular data display with built-in form editing, allowing users to view and update records directly within the grid instead of switching to separate edit screens. This approach improves efficiency by keeping users in context, reducing navigation, and providing immediate validation and feedback. Forms in grids are commonly used in administrative dashboards, configuration screens, and data-heavy business applications where users need to edit multiple records quickly while maintaining visibility of related data.

Several .NET grid components enable form-based editing within grids, including:

  • DevExpress WinForms Data Grid (part of DevExpress WinForms) lets you embed forms within rows for fast editing and validation in complex application scenarios.
  • Telerik UI for WPF DataGrid (part of Telerik UI for WPF) allows you to combine grid-based forms with native styling for efficient in-place data editing.
  • Wisej.NET facilitates form-driven editing directly inside grids, enabling responsive web-like experiences with server-side logic for enterprise applications and rapid development.
  • NOV Grid for .NET allows you to manage complex datasets using integrated grid forms that support validation, customization, and scalability.

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

Compare .NET Grid Controls

.NET アプリでPDFを直接操作

1月 9, 2026
Xceed PDF Library for .NETは、軽量で高性能かつ使いやすいAPIを用いて、開発者がPDFコンテンツの編集、署名、保護、抽出を支援

Xceed PDF Library for .NET by Xceed Software is a developer-focused component that enables interaction with PDF documents directly within .NET applications. It provides a clean, intuitive API for creating, editing, and processing PDFs, allowing users to add, modify, or extract content such as text and images without relying on external tools or dependencies.

Designed for reliability and ease of integration, the library supports key features including digital signatures, document encryption, and permission controls to help secure sensitive information. These capabilities make it well suited for a wide range of use cases, from automating document generation and updating existing PDFs to applying security policies and extracting data for reporting or archiving. Ideal for both desktop and server-side applications, Xceed PDF Library for .NET helps teams improve PDF processes while maintaining control and consistency.

Xceed PDF Library for .NET is licensed per developer and is available as a perpetual license with 1 year of updates and support. See our Xceed PDF Library for .NET licensing page for full details.

For more information, visit our Xceed PDF Library for .NET product page.

.NETアプリのIListにレポートをバインド

1月 6, 2026
実行時に柔軟でデータベース不要のレポートを構築するために、インメモリの.NETコレクションを直接のデータソースとして活用しましょう。

IList data source support in .NET Reporting components allows developers to bind reports directly to in-memory collections that implement the IList interface, such as generic lists or arrays. This capability offers flexibility for working with dynamically generated data or data not stored in a traditional database, making it easier to integrate with object-oriented models. It reduces the need for intermediary storage, supports runtime data manipulation, and is particularly effective in applications where data is constructed or retrieved at runtime through APIs rather than direct database access.

Several .NET Reporting controls offer IList data connectivity including:

  • DevExpress Reporting lets you connect reports to IList-based collections, enabling flexible in-memory data binding without requiring a database layer.
  • ActiveReports.NET Professional by MESCIUS allows you to use IList objects as data sources, supporting direct reporting from application-level collections.
  • Telerik Reporting facilitates binding to IList implementations, making it easy to report on dynamically generated or API-fetched in-memory data.
  • List & Label Professional Reporting Edition by combit supports IList data sources, allowing efficient report generation from structured objects or arrays within your application.

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

Compare .NET Reporting Controls

組み込みピボットテーブルでデータセットを要約

1月 6, 2026
Spread.NET v19ではピボットテーブルエンジンが追加され、ユーザーがスプレッドシート内で大規模なデータセットを直接要約、分析、検索可能

Spread.NET by MESCIUS is a tool for building Excel-like applications in your .NET projects. It lets you create interactive spreadsheets, grids, dashboards, and even forms within WinForms, ASP.NET, and WPF applications. With its rich feature set, including a robust calculation engine, formula support, and Excel compatibility, Spread.NET helps developers to build data analysis tools, budgeting apps, scientific dashboards, and more, all within the familiar .NET environment.

The Spread.NET v19 update introduces a new pivot table engine that enables software developers to summarize, analyze, and explore large datasets directly within WinForms applications. This built-in capability supports interactive grouping, filtering, and multidimensional analysis inside the spreadsheet, allowing users to work with complex data without exporting it to external reporting or business intelligence tools. By delivering Excel-like pivot table functionality with high performance and programmatic control, the pivot engine helps developers simplify application architecture, reduce dependencies, and provide a more integrated and responsive data analysis experience for end users.

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

Spread.NET is licensed per developer and is available as a Perpetual License with a 12 month support and maintenance subscription. We can supply any Spread.NET license including new licenses, maintenance renewals, and upgrade licenses. See our Spread.NET licensing page for full details.

For more information, visit our Spread.NET product page.

.NETプロジェクトでグリッド表示を最適化

1月 6, 2026
カラムスパニングは空間を均等に分配するため、.NETグリッドは手動でサイズ変更することなく、どんなコンテナ幅にもきれいに適応可能

Data grids with column spanning functionality can be configured so the columns collectively extend to fill the entire width of the container, eliminating unused or empty space at the grid's edges. This behavior ensures that available horizontal space is distributed across columns rather than leaving fixed-width gaps, resulting in a more balanced and visually consistent layout. The primary benefits are improved readability, more efficient use of screen space, and a layout that adapts smoothly to resizing and different display sizes without requiring manual adjustment of individual column widths.

Several .NET grid components allow column spanning, including:

  • DevExpress WinForms Data Grid (part of DevExpress WinForms) allows columns to stretch across the container width, eliminating edge whitespace automatically.
  • ComponentOne .NET MAUI FlexGrid (part of ComponentOne WinUI and MAUI Edition by MESCIUS) distributes column widths to fully occupy available container space responsively.
  • Xceed DataGrid for WPF by Xceed Software facilitates automatic column width stretching so grids fill their containers without leaving unused margins during resizing.
  • Blazorise allows you to build grid layouts where columns expand to fill container width, ensuring consistent spacing responsively across devices.

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

Compare .NET Grid Components