$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
Data Grid WinForms Control
Use view definition to customize visual appearance and behavior for GridView in .NET
Home > WinForms UI Controls > User Manual > Grid Table View in C#

Table View in C# GridView

The DataGridView component provides amount of functionalities for UI designers to build outstanding user interface for their .NET Windows applications. It uses an AVL structure to group, sort, filter data fast, even processing complicated hierarchy data. UI Virtualization has been applied to data gird row and cell elements, which is capable of spreadsheet scenarios and a large number of columns.

View Table of GridView in Windows Forms

The Kettic DataGridView allows the users to view the grid data in a table. This table view is the default setting of view definition. When the users are viewing the table which presents the data from GridView, it is able to reorder, hide and pin the columns in the grid. The Table view mode requires no modification programmatically and there are not any properties for the table to customize.

View Definition Types Included

  • TableViewDefinition, the table view definition is set as the default view definition.
  • ColumnGroupsViewDefinition, this column groups view definition is used to enable grouping feature of columns and multiple rows in a row.
  • HtmlViewDefinition, the html view definition is able to use layout in a similar way of the existing in html tables.
UI Controlsfor Windows Forms
.NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI Design
WinForms UI Controls