Skip to content

Commit ee81c10

Browse files
authored
docs(grid): fix syntax
1 parent cf8cd90 commit ee81c10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

knowledge-base/grid-autocompletebox-editing-in-radgrid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Assuming there is a field in the DataSource that will hold values separated by t
3333

3434
For GridAutoCompleteColumn all you need is few properties to be set:
3535

36-
-DataField points to the field on Grid's data source
37-
-DataTextField and DataValueField points to the fields on the data source specified by the DataSourceID
36+
- **DataField** points to the field on Grid's data source
37+
- **DataTextField** and DataValueField points to the fields on the data source specified by the DataSourceID
3838

3939
````XML
4040
<telerik:GridAutoCompleteColumn HeaderText="AutoComplete with GridAutoCompleteColumn"

0 commit comments

Comments
 (0)