Grids 뉴스

스파크라인으로 그리드 데이터의 추세를 강조 표시하세요

2월 26, 2024
jQWidgets v19를 사용하면 스파크라인(sparkline)을 그리드에 통합하여 데이터의 추세와 패턴을 빠르고 통찰력 있게 시각화할 수 있습니다.

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 그리드에 대한 서버 측 정렬을 구현하세요

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

기능적 구성요소로 React Grid 앱을 빌드하세요

2월 13, 2024
React의 동적 UI와 Wijmo의 연결 및 시각화 기능을 활용하여 SWAPI에서 데이터를 가져와 FlexGrid에 표시합니다.

Wijmo by MESCIUS is a comprehensive suite of JavaScript UI components and data grids designed for building modern, performant enterprise applications. It offers a rich library of customizable elements like charts, gauges, calendars, and grids, compatible with popular frameworks like Angular, React, and Vue. Wijmo boasts efficient data handling, accessibility features, and regular updates, making it a popular choice for developers seeking to enhance their web app's interactivity and visual appeal. Wijmo's FlexGrid component provides a JavaScript UI datagrid which includes built-in sorting, formatting, pagination, and flexible data binding.

In this blog post, MESCIUS Technical Engagement Engineer Andrew Peterson takes you through the process for building a React application to fetch and display data using the WijmoGrid Component. Steps include:

  • Setting up your React App
  • Installing Wijmo and Axios
  • Creating the WijmoGrid Component
  • Fetching Data from SWAPI
  • Adding additional features, such as pagination

Read the full blog post and get started creating immersive and visually appealing React applications.