Hi,
I have a panel which contains numerous dynamically generated datagridviews. Everything is working pretty fine, but for instance if there are three datagridviews in that panel. At least one row is selected as default in each datagridview, So what I want is to get colored only user selected row (which is usually colored blue) and the rest of the rows in all the datagridviews remain unselected.
How can I do that?
Please help,
Thanks