Notizie su Angular

Garantisci un input affidabile della data con i controlli del calendario

Settembre 2, 2025
I controlli di calendario JavaScript forniscono una soluzione affidabile e intuitiva per la gestione della selezione della data nelle applicazioni basate sul Web.

JavaScript calendar controls are user interface components that allow users to select and edit date values directly within data editing environments, such as forms or grids. These controls typically integrate a visual calendar picker, enabling consistent and accurate date input while reducing manual entry errors. For developers, they simplify validation, support localization, and integrate with various data sources, helping ensure a more efficient and user-friendly experience in web applications that require date-related input or filtering.

Several JavaScript data editor collections offer calendar controls including:

  • DevExtreme Complete Data Editors (part of DevExteme Complete by DevExpress) lets you embed a calendar editor that maintains date-entry consistency in browser‑based apps.
  • KendoReact Data Editors (part of KendoReact by Telerik) allows integration of a responsive calendar for intuitive date selection, supporting customization and keyboard navigation.
  • Wijmo Input and Editors (part of Wijmo by MESCIUS) facilitates calendar‑based date editing within JavaScript UI inputs, ensuring accurate date selection across modern frameworks.
  • Infragistics Ignite UI for React Data Editors (part of Infragistics Ignite UI) facilitates the use of a built‑in calendar editor, enabling developers to deliver precise date input.

For an in-depth analysis of features and price, visit our comparison of JavaScript Data Editors.

Compare JavaScript Data Editors

Accelera lo sviluppo di app con l'intelligenza artificiale integrata

Settembre 1, 2025
Telerik DevCraft 2025 Q3 aggiunge assistenti di codifica AI a tutte le principali librerie dell'interfaccia utente, consentendo la generazione di codice specializzato e sensibile al contesto direttamente nel tuo IDE.

DevCraft by Telerik is a comprehensive suite of more than 1,250 UI components and development tools designed for building modern web, desktop, and mobile applications using .NET and JavaScript frameworks. It includes reporting and report management solutions, automated testing and mocking tools, and document processing libraries, as well as a wide range of professionally designed user interface controls from the Telerik and Kendo UI suites. DevCraft enables developers to create feature-rich, high-performance applications with consistent design and user experience, delivering enterprise-level, scalable, and maintainable software solutions.

The Telerik DevCraft 2025 Q3 update extends the availability of the AI coding assistants to all of the major UI libraries. Along side Blazor and React, the AI Coding Assistant is now trained on and available for Kendo UI for Angular, Telerik UI for ASP.NET Core, UI for WPF, UI for WinForms and UI for .NET MAUI, as well as for Telerik Reporting and the Document Processing Libraries. These assistants are GitHub Copilot add-ins and MCP servers that provide context-aware and specialized AI-generated code directly in your IDE using natural language prompts, allowing developers to deliver high quality user interfaces and reporting functionality in web and desktop applications in much less time.

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

Telerik DevCraft is licensed per developer and has 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 Telerik DevCraft Ultimate licensing page for full details.

Telerik DevCraft is available in the following editions:

Evidenzia le relazioni tra più variabili

Agosto 29, 2025
I grafici multidimensionali rivelano modelli e tendenze su più metriche o assi, rendendoli ideali per l'analisi di dati complessi.

Multi-dimensional and relationship charts allow developers to present complex data structures and inter-variable relationships in a way that’s visually intuitive and analytically powerful. These chart types are essential for exploring correlations, comparing grouped metrics, and visualizing distributions across multiple dimensions. They are commonly used in statistical dashboards, performance analysis tools, and scientific applications where simple line or bar charts aren’t sufficient to capture the full context of the data.

Common charts include:

  • Combination Charts allow developers to overlay different chart types, such as bars, lines, and areas, within a single axis system, enabling comparison across metrics with varying scales or data types.
  • Radar & Polar Charts display multivariate data in a circular format, ideal for comparing values across categories that share a common center point, such as performance metrics or skill assessments.
  • Radial Chart formats extend circular visualization into more structured layouts, such as radial bar or radial line charts, providing a compact and distinctive way to show cyclical data or category-based trends.
  • Scatter & Bubble Charts plot data along two or three axes, often using the size of bubbles to represent an additional variable, making them ideal for visualizing trends, clusters, and outliers in high-volume datasets.

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

Explore Angular Standard Charts

Ottieni un maggiore controllo sulle legende dei grafici

Agosto 26, 2025
LightningChart JS v8.0 introduce un sistema di legenda completamente rinnovato con impostazioni predefinite più intelligenti, posizionamento flessibile e personalizzazione avanzata.

LightningChart JS is a high-performance JavaScript charting library that utilizes WebGL rendering and GPU acceleration to deliver exceptional performance for a wide range of data visualization needs. It is designed to handle large datasets and complex visualizations with ease, enabling developers to create interactive and visually appealing 2D and 3D charts. Ideal for applications demanding smooth real-time data updates, such as financial platforms, engineering tools, scientific research dashboards, and industrial monitoring systems, LightningChart JS provides a comprehensive API for customization and integration into web-based projects.

The LightningChart JS v8.0 update completely reworks legend functionality, making legends a property of the chart, removing visual obstructions, and improving adaptability to available space. The API configuration is now more intuitive and capable, with built-in options supporting a wider range of use cases. Plug‑in support also enables easy extension or customization of legend behavior. By default, legends now appear automatically beneath trends, reducing developer setup time, while still allowing you to manually create multiple legends when needed. You can position legends using built-in presets or define custom placements, and control click behavior using either the provided handlers or your own. When creating series, you can also exclude specific ones from appearing in legends, giving you fine-grained control over legend content.

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

LightningChart JS is licensed per developer and is available as an annual license with 1 year support. See our LightningChart JS licensing page for full details.

For more information, see our LightningChart JS product page.

Applica le funzioni LAMBDA direttamente alle selezioni delle celle

Agosto 15, 2025
SpreadJS 18.2 aggiunge il nuovo comando Trasforma per eseguire formule LAMBDA sulle celle selezionate e sostituirle in un unico passaggio.

SpreadJS is a high-performance JavaScript spreadsheet and data presentation component designed for enterprise web applications. It enables developers to deliver Excel-like functionality directly within their web solutions, providing advanced features such as data binding, complex calculations, pivot tables, charts, and extensive formatting options. Fully compatible with modern JavaScript frameworks like React, Angular, and Vue, SpreadJS allows seamless integration and customization, empowering development teams to create interactive, data-driven user experiences without relying on external spreadsheet applications.

The SpreadJS 18.2 adds a new Transform command which enables you to apply LAMBDA functions directly to a selected range of cells and replace the original content with calculated results. This simplifies data transformations - whether mapping, filtering, or reshaping - into a clean, single-step process. With this feature, you can select any range and apply a custom LAMBDA formula - for example, converting units, adjusting values, or formatting entries - and have SpreadJS overwrite the selection with the computed results immediately. This removes manual steps like inserting formulas in separate cells, copying values, or pasting back as values. This feature integrates with SpreadJS’s existing LAMBDA capabilities to offer more interactive and efficient spreadsheet manipulation.

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

SpreadJS is licensed per developer and includes 1 Year Maintenance (major and minor version releases and unlimited support phone calls). SpreadJS requires an Annual or Perpetual Deployment License. The optional Add-ons are available at an additional cost, and require a SpreadJS license. See our SpreadJS licensing page for full details.

For more information, visit our SpreadJS product page.