Notizie su .NET 8 Blazor

Build Your UI in React and Blazor with AI Assistance

Giugno 13, 2025
The 2025 Q2 releases for KendoReact and Telerik UI for Blazor add built-in AI coding assistants to help produce high quality code with ease.

KendoReact by Telerik is a comprehensive library of UI components specifically designed for building modern, feature-rich React applications, enabling developers to create intuitive, responsive, and visually appealing interfaces with ease. It includes robust components like data grids, charts, form elements, and navigation tools, optimized for high performance with features such as virtualization for large datasets and adherence to accessibility standards. Ideal for dashboards, enterprise apps, and data-driven applications, KendoReact enables teams to accelerate development, ensure design consistency, and deliver inclusive user experiences.

Telerik UI for Blazor is a comprehensive UI library that provides over 110 native and customizable Blazor components for building modern and feature-rich web applications. This professional-grade solution offers a complete set of components to satisfy all user interface requirements, saving time and effort in UI design.

The Telerik 2025 Q2 update adds an IDE-integrated AI Coding Assistant to the KendoReact and Telerik UI for Blazor component libraries. Each coding assistant is an AI code generator that provides proprietary context to AI models in order to produce higher quality code samples based on the Telerik components and APIs for React and Blazor respectively. Developers are now able to generate and insert production-ready components via natural language prompts into their codebase.

To see a full list of what's new for each product in 2025 Q2, see our KendoReact and Telerik UI for Blazor release notes.

Both KendoReact and Telerik UI for Blazor are licensed per developer and have two licensing models: an annual Subscription License and a Perpetual License. The Subscription license provides access to the latest product updates, technical support, and exclusive benefits for a flat annual fee, and must be renewed to continue using the software. The Perpetual license is a one-time purchase granting access to the current released version and includes a one-year subscription for product updates and technical support. After this initial period, users can choose to renew the subscription element to continue receiving updates and support; otherwise, they may continue using the installed version available during their active subscription term but will forgo future updates and support. See our KendoReact licensing page and Telerik UI for Blazor licensing page for full details.

KendoReact is available individually or as part of the following products:

Telerik UI for Blazor is available individually or as part of the following products:

Mantieni visibili le intestazioni della griglia durante lo scorrimento

Giugno 12, 2025
Gestisci il contesto delle colonne in set di dati di grandi dimensioni fissando le righe di intestazione nella parte superiore della griglia durante lo scorrimento verticale.

Fixed headers in a grid component refer to the user interface feature where the header row (or rows) of the grid remains visible at the top of the viewport while the user scrolls through the content vertically. This functionality is particularly useful in data-intensive applications, as it ensures that column labels stay in view, maintaining context and readability even with large datasets. For software developers, implementing fixed headers improves usability, enhances data navigation, and supports better comprehension by eliminating the need to repeatedly scroll back to the top to interpret column values.

Several Blazor Grids offer support for fixed headers including:

  • Telerik UI for Blazor Grid (part of Telerik UI for Blazor) lets you freeze header rows, enabling persistent column visibility during vertical scrolling in complex datasets.
  • Blazorise DataGrid (part of Blazorise) allows you to fix grid headers in place, preserving access to column labels while users navigate long data tables.
  • Syncfusion Blazor DataGrid (part of Syncfusion Essential Studio Enterprise) facilitates fixed headers that stay visible on scroll, ensuring uninterrupted context when viewing content.

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

Compare Blazor Grids

Progetta e crea layout intuitivi con facilità

Giugno 11, 2025
Organizza in modo efficiente i controlli dell'interfaccia utente all'interno di layout sofisticati, garantendo chiarezza visiva e coerenza funzionale in tutta l'applicazione.

In a UI suite, layout refers to the arrangement and alignment of interface elements, such as widgets, charts, controls, and navigation bars, into a coherent structure that prioritizes usability and visual hierarchy. Effective layouts ensure that users can intuitively find and interact with content, while developers benefit from built-in support for responsive grids, flexible spacing, and adaptive positioning that simplifies the creation of consistent interfaces across devices.

Several .NET Blazor UI suites offer layout components including:

  • Blazorise allows you to implement flexible grid-based container layouts with responsive breakpoints, spacing utilities, and adaptive components for web applications.
  • Infragistics Ignite UI lets you create advanced dashboard-style layouts using responsive grid stacks, docking panels, and resizing for data-rich displays.
  • Telerik UI for Blazor facilitates composable layouts with grids, splitters, and adaptive stacking, ensuring responsive interfaces without extra markup.
  • DevExpress ASP.NET and Blazor allow developers to assemble layouts with splitters, docks, and fluid panels, delivering responsive, customizable user interfaces.

For an in-depth analysis of features and price, visit our .NET Blazor UI suites comparison.

Compare .NET Blazor UI Suites

Consenti agli utenti di selezionare elementi da un elenco predefinito

Giugno 10, 2025
Le caselle di riepilogo offrono filtri integrati e modelli personalizzabili per la selezione e la gestione dei dati visivamente ricche all'interno di un'interfaccia compatta.

Listboxes are interactive controls that present users with a scrollable list of predefined options, allowing single or multiple selections without manual entry. By constraining inputs to valid choices and offering keyboard navigation, real-time filtering, and drag-and-drop reordering, they reduce errors and help maintain data integrity. Additionally, customizable templates let developers incorporate icons, colors, or detailed item descriptions, making complex data sets easier to scan. Overall, listboxes offer a compact, intuitive interface that balances flexibility with consistency, boosting productivity wherever structured data selection is needed.

Several .NET Blazor data editor collections can provide you with a listbox including:

  • IntegralUI for Blazor Data Editors (part of IntegralUI for Blazor by Lidor Systems) lets you integrate listboxes with filtering, keyboard navigation, and customizable templates.
  • jQWidgets Blazor Data Editors (part of jQWidgets)allows you to implement listboxes featuring virtual scrolling and responsive data binding.
  • ComponentOne Studio Blazor Edition (part of ComponentOne Studio Blazor Edition by MESCIUS) facilitates building listboxes with filtering, selection events and theming.
  • DevExpress Blazor Data Editors (part of DevExpress ASP.NET and Blazor) lets you incorporate listboxes with search filtering and selection checkboxes.

For an in-depth analysis of features and price, visit our .NET Blazor data editors comparison.

Compare .NET Blazor Data Editors

Recupera e presenta i dati da varie fonti

Giugno 9, 2025
Il supporto integrato per varie fonti di dati, come MongoDB, XML, JSON o Excel, semplifica l'associazione e la visualizzazione delle informazioni in tempo reale nei report.

Data connectivity is a foundational aspect of modern reporting components, enabling applications to retrieve and present data from a wide variety of sources. Whether integrating with relational databases, cloud services, or flat files, effective data connectivity ensures that reports reflect current, accurate information. Reporting components are designed to abstract the complexity of accessing these data sources, providing developers with flexible APIs and tools to bind data into visualizations and formatted reports.

Common features include:

  • Entity Framework ORM integration simplifies data access by enabling reporting on strongly-typed entities directly from the application's data model.
  • Excel / CSV support is essential for importing user-generated data or integrating with business workflows where spreadsheets are common.
  • IEnumerable provides broader compatibility with LINQ and deferred execution, enabling more dynamic and efficient data querying.
  • IList support allows reporting tools to bind directly to .NET collections, making it easy to create reports from in-memory objects.
  • JSON data binding supports modern web APIs and microservices, allowing developers to build reports from real-time or external data feeds formatted in a lightweight, widely-used structure.
  • MongoDB integration enables reporting over NoSQL data structures, particularly useful for applications relying on flexible, document-oriented databases.
  • OLEDB connectivity facilitates access to legacy systems and a wide range of data providers through a standardized interface.
  • XML data sources are often used for structured data interchange and provide a versatile method for both hierarchical and flat data binding.

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

Explore Blazor Data Connectivity Features