I'm trying out True DB Grid Pro for .NET and I am trying to set the color of all of the cells in a row. I am able to do this at load time by using this code; dbGrid_FetchRowStyledbGrid.FetchRowStyle.
What I want to do is AFTER the grid is loaded and displayed, and the user presses a button, row 2, or whatever needs
to have it's backcolor turn red. This is independant of the selected row.
Is this possible with VB.NET code?
I know how to do it when the grid is being loaded.
What I need is a way to change the colors AFTER the grid has been loaded from the database.
We use the grid in our 9-11 software package. All of the officer's calls are placed into the database and displayed on your grid. If the officer is on the call too long without calling in, an alarm will sound on the console and his record in the grid will have to flash red.
So I need a way to change the back color of a row after the data has been loaded, and while there is no database activity.
I can't seem to get to the row object, or the cell object either.
Thanks
What I want to do is AFTER the grid is loaded and displayed, and the user presses a button, row 2, or whatever needs
to have it's backcolor turn red. This is independant of the selected row.
Is this possible with VB.NET code?
I know how to do it when the grid is being loaded.
What I need is a way to change the colors AFTER the grid has been loaded from the database.
We use the grid in our 9-11 software package. All of the officer's calls are placed into the database and displayed on your grid. If the officer is on the call too long without calling in, an alarm will sound on the console and his record in the grid will have to flash red.
So I need a way to change the back color of a row after the data has been loaded, and while there is no database activity.
I can't seem to get to the row object, or the cell object either.
Thanks