Selected Mode for GridControl (DevExpress)
I want to set the selection mode for my grid control. But there is no SelectedMode or same parameter in properties. could you help me? I haven't found anything on the internet.
+3
Mustafa E.
source
to share
2 answers
A GridControl can have many GridViews inside it. You need to set the selection mode to the GridView. For example, the MultiSelect property is found in Properties under Options → Selection Options for the GridView.
+1
kenrogers
source
to share
You can find any information about the grid selection function here: Selection overview . I also find the article "End User Experience: Row / Map Selection" helpful.
+1
DmitryG
source
to share