I have a WinForms DevExpress GridControl with single simple gridview in multiselect mode. There is no default selected row when it displayed first time. In singleselect mode all works fine. GridControl obtains data for displaying via binding. May be, it's a bug? Can you help me?

link|improve this question
feedback

1 Answer

After the grid is data bound can't you just set FocusedRowHandle = 0 if the row count > 0?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.