Change color in datagridview and SQL database

293 views Asked by At

How can I change the color of my Datagridview using C# so that all users connected to a database will see the color? For example a superuser selects that a row should be red, and other people connected to the database loading the datagridview will show in red. Can I do this with conditional statements? Any help would be appreciated

0

There are 0 answers