Greetings,
Winforms XtraGrid.
On form I have Xtra tab controls with 3 tabs.
tab1 has an XtraGrid connecting to Sql server via binding source
tab 2 and 3 each have a listboxControl using the same binding source
When from is created and defaults to tab1
and then I go to tab2 or 3 and click on row, I get the current row.
When from is created and defaults to tab2 or 3
I can NOT get the current row, unless i go to tab1 and then back to tab2 or 3.
The binding source data load occurs on the form load event.
Can not send sample code, the whole application has too many dependencies.
Please assist.
Thanks