Two tabs, with a grid in each of them. Both grids bound to the same data source. In one of the grids I just want to display data; I don't want ANYTHING to happen if the user clicks on the grid - No editing, No highlighting, No focus rectangle, No changing the Active row in the other grid. How? I've found no information on making the grid "disconnected" from the datasource so the Active row is not changed when the user is clicking it.
Any help with this would be very appreciated -
The main property that you'll want to use is SyncWithCurrencyManager, which you'll want to set to False. To attain the rest of the functionality, you should take a look at this earlier thread.
-Matt