You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/gridview/overview.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,23 +28,23 @@ __RadGridView__ is a grid component developed on top of [Telerik Presentation Fr
28
28
29
29
*__Outstanding Performance__: RadGridView delivers cell and row virtualization by utilizing container reuse and recycling, which further enhances grid performance and reduces memory footprint. [Read more]({%slug winforms/gridview/fundamentals/ui-virtualization%})
30
30
31
-
*__Binding to a wide set of binding sources__: RadGridView can be bound to various data source types as well can work in socalled Unbound mode, where the grid is not bound to any data and using the grid API. [Read more]({%slug winforms/gridview/populating-with-data/databinding-radgridview%})
31
+
*__Binding to a wide set of binding sources__: RadGridView can be bound to various data source types as well can work in so-called Unbound mode, where the grid is not bound to any data and using the grid API. [Read more]({%slug winforms/gridview/populating-with-data/databinding-radgridview%})
32
32
33
33
*__Flexible Hierarchy Model__: RadGridView has an extremely flexible hierarchy model, which allows meaningful organization of complex data. [Read more]({%slug winforms/gridview/hierarchical-grid/binding-to-hierarchical-data%})
34
34
35
-
*__SelfReferencing Hierarchy__: Often tabular data defines a hierarchical relationship with itself. This approach is used to model tree-like structures that can be nested to arbitrary depths. RadGridView supports that scenario through its self-reference hierarchy feature that allows you to define a relation that points back to the same table. [Read more]({%slug winforms/gridview/hierarchical-grid/self-referencing-hierarchy%})
35
+
*__Self-Referencing Hierarchy__: Often tabular data defines a hierarchical relationship with itself. This approach is used to model tree-like structures that can be nested to arbitrary depths. RadGridView supports that scenario through its self-reference hierarchy feature that allows you to define a relation that points back to the same table. [Read more]({%slug winforms/gridview/hierarchical-grid/self-referencing-hierarchy%})
36
36
37
37
*__Filtering__: The control has built-in filtering support out of the box. You can get this functionality by enabling it. [Read more]({%slug winforms/gridview/filtering/basic-filtering%})
38
38
39
-
*__Grouping__: The users can interactively organize their data in a way that suits best their needs with a single draganddrop action. Data can be grouped according to several criteria effectively creating a tree of groups with the leaf nodes holding the actual data records. [Read more]({%slug winforms/gridview/grouping/basic-grouping%})
39
+
*__Grouping__: The users can interactively organize their data in a way that suits best their needs with a single drag-and-drop action. Data can be grouped according to several criteria effectively creating a tree of groups with the leaf nodes holding the actual data records. [Read more]({%slug winforms/gridview/grouping/basic-grouping%})
40
40
41
41
*__Sorting__: RadGridView has built-in sorting support out of the box. You get this functionality enabled by default. Just click on the header of the column you wish to have your data sorted by and you are ready. [Read more]({%slug winforms/gridview/sorting/basic-sorting%})
42
42
43
43
*__Paging__: The data layer of RadGridView supports pagination, allowing large datasets to be broken into manageable pages for improved performance and user experience. Developers can easily configure and customize the paging behavior to suit specific application needs. [Read more]({%slug winforms/gridview/paging/overview%})
44
44
45
-
*__Searching__: RadGridView control allows you to perform search operations on the displayed data. This build-in search functionality is available for both end users and developers. The search mechanism executes in a separate thread which leaves the UI responsive at all times. [Read more]({%slug winforms/gridview/rows/search-row%})
45
+
*__Searching__: RadGridView control allows you to perform search operations on the displayed data. This built-in search functionality is available for both end users and developers. The search mechanism executes in a separate thread which leaves the UI responsive at all times. [Read more]({%slug winforms/gridview/rows/search-row%})
46
46
47
-
*__Printing__: The control expose printing support, which allows you to print the grid content. [Read more]({%slug winforms/gridview/printing-support%})
47
+
*__Printing__: The control exposes printing support, which allows you to print the grid content. [Read more]({%slug winforms/gridview/printing-support%})
48
48
49
49
*__Summary rows and totals row with Aggregate Functions__: RadGridView allows the use of summary rows to display key information about the dataset, such as the first item, last item, and total count. These summary rows can be pinned at the top or bottom and are available for use in both flat grid views as well as in grouped or hierarchical layouts. [Read more]({%slug winforms/gridview/rows/summary-rows%})
50
50
@@ -54,19 +54,19 @@ __RadGridView__ is a grid component developed on top of [Telerik Presentation Fr
54
54
55
55
*__Row and column reordering__: RadGridView supports row reordering and it can be done by the user at runtime. The user just has to drag the desired row at the desired position between two other rows and drop it there. [Read more]({%slug winforms/gridview/end-user-capabilities/reordering-rows%})
56
56
57
-
*__Merged Cells__: As of __Q3 2024__ we have introduced support for merged cells in RadGridView control. As a result the serial cells with equal values can be merged vertically or horizontally. [Read more]({%slug gridview-merged-cells%})
57
+
*__Merged Cells__: As of __Q3 2024__ we have introduced support for merged cells in RadGridView control. As a result, the serial cells with equal values can be merged vertically or horizontally. [Read more]({%slug gridview-merged-cells%})
58
58
59
59
*__Column grouping and HTML table-like layouts__: You can customize the control visual appearance and behavior by using a view definition. You can customize the layout in three different view definitions: TableViewDefinition(default), ColumnGroupsViewDefinition, and HtmlViewDefinition. [Read more]({%slug winforms/gridview/view-definitions/overview%})
60
60
61
-
*__In-place data editing with validation and error indication__: he control offers intuitive in-cell data editing, with a flexible API that allows developers to easily customize the built-in editors. It also supports seamless integration of data validation mechanisms, enabling developers to provide real-time error feedback for invalid inputs. [Read more]({%slug winforms/gridview/editors/editors%})
61
+
*__In-place data editing with validation and error indication__: The control offers intuitive in-cell data editing, with a flexible API that allows developers to easily customize the built-in editors. It also supports seamless integration of data validation mechanisms, enabling developers to provide real-time error feedback for invalid inputs. [Read more]({%slug winforms/gridview/editors/editors%})
62
62
63
63
*__Selection and navigation__: The control supports single and multiple record selections that can be manipulated both with the mouse and with the keyboard. [Read more]({%slug winforms/gridview/columns/pinning-and-unpinning-columns%})
64
64
65
65
*__Exporting data in different file formats__: RadGridView provides built-in methods for exporting its data to various formats. [Read more]({%slug winforms/gridview/exporting-data/overview%})
66
66
67
-
*__Localization and right-to-left support__: The control expose localization mechanism to display control text and messages in a specific language. [Read more]({%slug winforms/gridview/localization/localization%}). A part from the, you can present the content of your grid instance in a right-to-left direction. [Read more]({%slug winforms/gridview/localization/right-to-left-support%})
67
+
*__Localization and right-to-left support__: The control exposes a localization mechanism to display control text and messages in a specific language. [Read more]({%slug winforms/gridview/localization/localization%}). Apart from that, you can present the content of your grid instance in a right-to-left direction. [Read more]({%slug winforms/gridview/localization/right-to-left-support%})
68
68
69
-
*__Flexible API__: RadGridView control provide a rich and flexible API, which will let the developers easily customize the layout or the behavior of the control. Furthermore, the API will be similar to the API of our existing controls, so it will be easier for those who have already used our products to use any other new component from our __Telerik UI for WinForms__ suite.
69
+
*__Flexible API__: RadGridView control provides a rich and flexible API, which will let the developers easily customize the layout or the behavior of the control. Furthermore, the API will be similar to the API of our existing controls, so it will be easier for those who have already used our products to use any other new component from our __Telerik UI for WinForms__ suite.
0 commit comments