Hello,
Is it possible to databind the object that is represented by a single selected row from a gridview. We have some editors outside the grid that should be populated by values of the object selected.
Previously we have handled this manually by handling the FocusedRowChanged event from the gridview, but we were wondering if it's possible to do so automatically with data binding? There does not seem to be any relevant attributes on the GridControl though, so we are unsure.
Thank you