Skip to content

Commit 43afd73

Browse files
authored
Update gridviewselectcolumn.md
1 parent 395a0ea commit 43afd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/gridview/columns/column-types/gridviewselectcolumn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If the *MultiSelect* property is enabled, users can make a [multiple selection i
4646

4747
#### Row selection via checkboxes only
4848

49-
In some cases the user may need to use multiple row selection through the **GridViewSelectColumn** only. The **UseCheckboxRowSelectionOnly** property defines whether the user can select rows only via the checkboxes. When **UseCheckboxRowSelectionOnly** is set to *true*, the selection only via checkboxes is allowed. Thus, if you click with the mouse over different rows they will not get selected, until you check the corresponding checkbox from the **GridViewSelectColumn**.
49+
In some cases, the user may need to use multiple row selection through the **GridViewSelectColumn** only. The **UseCheckboxRowSelectionOnly** property defines whether the user can select rows only via the checkboxes. When **UseCheckboxRowSelectionOnly** is set to *true*, the selection only via checkboxes is allowed. Thus, if you click with the mouse over different rows they will not get selected, until you check the corresponding checkbox from the **GridViewSelectColumn**.
5050

5151
{{source=..\SamplesCS\GridView\Columns\GridViewSelectColumn.cs region=CheckboxRowSelection}}
5252
{{source=..\SamplesVB\GridView\Columns\GridViewSelectColumn.vb region=CheckboxRowSelection}}

0 commit comments

Comments
 (0)