I am completely new to DevExpress, and amount of properties and objects just creeps me out.
I have created cxGrid with master detail views. I just cant figure out how to control selecting record within details view. I would like to select specific sub-record programatically.
In case of master view, I can use DataController, but DataController of the details view gives me either -1 or 0 records.
How to access those filtered subrecords of a specific master record?