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: components/grid/overview.md
+22-26Lines changed: 22 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,39 +18,35 @@ To create a basic Telerik Grid:
18
18
1. set its `Data` attribute to the variable that will hold your collection of data
19
19
1. under its `TelerikGridColumns` tag, set the desired [`TelerikGridColumn`]({%slug components/grid/columns/bound%}) instances whose `Field` property points to the name of the model field
20
20
21
-
>caption Get started with a grid by providing it with a data collection
21
+
>caption Get started with the grid by providing it with a data collection and enabling its key features
0 commit comments