Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
295
How to keep backcolor of cell when row becomes active in an ultragrid?
posted

Hello,

I'm working on an application were I validate some input. Cells with wrong data are displayed with a red background and an error is displayed in a listbox.

When I press on an error in the listbox the row which contains the cell with that error is made active.

The problem is that the red background from the cell is overridden bij the activecell layout.

I want to keep the red background of the cell when the row gets activated. The rest of the row should have the active row background.

Is there a way to do this?

Greetings

Gert

ps: I've included a dummyproject to illustrate my problem. It includes an excel file. To make it work copy the data in the excel file, then start the application and press on button1 to paste the data in the ultragrid.

DummyGrid.rar