이 페이지는 아카이브화 되어 더 이상 업데이트 되지 않습니다.

더 이상 이 제품을 제공 하지 않습니다.

TeeGrid for .NET

가볍고 전체 기능을 갖춘 데이터 그리드 컨트롤 입니다.

Steema Software사에서 공개
1998년 부터 ComponentSource에서 판매중

버젼: 2023 업데이스 날짜: Jan 23, 2023

i

October 2nd 2025: TeeGrid for .NET is now free to use under MIT license conditions.
TeeGrid for NET is now de-restricted via an MIT license. With this version, the TeeGrid component is "license liberated" and may be used without restriction or need for registration, see the license here.

Access the NuGet package download from https://www.nuget.org/packages/Steema.TeeGrid.NET.

TeeGrid for .NET 관련 정보

가볍고 전체 기능을 갖춘 데이터 그리드 컨트롤 입니다.

TeeGrid for .NET offers a very fast data grid for your Visual Studio projects. The feature-packed .NET data grid provides features such as sorting, grouping or filtering grid data, resizable columns, master-detail view, draggable selections, grid scrolling. These built-in features can be enabled using just a few property settings. TeeGrid can be linked to any sort of database, like a Dataset, DataSource, arrays of objects or records, pure 'Virtual Mode' or any other source.

Features:

  • IDE's Supported - Visual Studio NET.
  • Huge data - TeeGrid is capable of handling a very big number of cells. For example 1 billion cells ( 1000 columns by 1 million rows ). The only limit is the available memory, (compile for the 64bit platform).
  • Virtual data - VirtualData or derived class to automatically create columns and provide cell values.
  • Grid strings - TeeGrid can be used to easily tabularise string lists.
  • Sub-columns - any column can have children columns.
  • Individual row heights - per-row custom height.
  • Row groups - Any row can be expanded to show its detail sub-grid rows. The grid Data class must support master-detail relationships.
  • Totals and SubTotals - Automatic summary "grid bands" can be added to a header or footer, also for "detail" subgrids.
  • Custom cell rendering - Default class for cell rendering is CellRender. Other classes can be used or created to override the default behavior, e.g. to show check-boxes in columns with boolean (true/false) values.
  • Cell text format - float, date-time formatting strings.
  • Column Visible and Expanded - for sub-columns.
  • Automatic column width - or fixed, in pixels or % percent of grid width.
  • Column mouse drag resizing - Dragging the left mouse button in a column header edge resizes it.
  • Automatic scroll bars visibility - Scrollbars are automatically displayed when necessary.
  • Export - Export to web table. Supports output to JSGrid tables.
  • Column ordering - Columns and sub-columns can be re-positioned:
  • Grid Header formatting - font, back fill, stroke.
  • Grid Header mouse-hover
  • Grid "indicator" column - left-most column with symbol for current row.
  • Row highlighting - mouse-hover and selected row formatting.
  • Multi-cell range selection - by mouse and arrow keys.
  • Copy selected cells to clipboard in CSV format, pressing Ctrl+C or Ctrl+Insert key and also by code.
  • Full selected row highlight
  • Grid and Columns ReadOnly
  • Rows and Columns lines separators - stroke settings.
  • Cell mouse-hover - highlights cell under mouse cursor.
  • All coordinates as floats - For sub-pixel finetuning, Firemonkey only.
  • Alternate row background filling - back brush, stroke settings.