3
votes

I want to set the selection mode for my grid control. But there is not SelectedMode or same option in properties. Can you help me please ? I don't find anything on the internet.

2

2 Answers

1
votes

A GridControl can have many GridViews within it. You need to set the selection mode on the GridView. For example, the MultiSelect property is in the properties under Options -> OptionsSelection for GridView.

1
votes

Here you can find any information about grid's selection feature: Selections Overview. Also I believe the End-User Capabilities: Selecting Rows/Cards article will be helpful.