Skip to content

Commit c11ee00

Browse files
authored
kb(grid): fix syntax
1 parent ee81c10 commit c11ee00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Assuming there is a field in the DataSource that will hold values separated by t
3434
For GridAutoCompleteColumn all you need is few properties to be set:
3535

3636
- **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
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)