Transparent selected row in Infragistics grid ?

Posted by cverbiest on 20-Aug-2015 08:01

After years (almost decades) of not being able to see colours on the selected row of a Progress browser OpenEdge 11.5 changes this behaviour

The selected row is transparent grey instead of blue and the colour shows through.

We have an application with both ABL UI and Infragistics, now our users want to see the same in Infragistics grids.

Is this possible ?

All Replies

Posted by Frank Meulblok on 20-Aug-2015 08:34

Untested:

The SelectedRowAppearance (actually instance of Infragistics.Win.Appearance) has properties that allow using alpha blending and/or transparency for this effect.

Related properties all have "Alpha" in their name conveniently enough.

Posted by Simon L. Prinsloo on 20-Aug-2015 08:47

Hi

You should be able to set it on the grid's DisplayLayout:Override:SelectedRowAppearance, or for a specific band on DisplayLayout:Bands[TheBandNo or Key]:Override:SelectedRowAppearance.

This thread is closed