Hi Team,We have Infragistics v8.3. I have one quick requirement in utlragrid to remove the active row appearance (Blue Color) no need to highlight active row with color. And can we highlight border area of multiple selected cells like bold frame in Excel. I know this feature is available with new v9.2 or so.. But can we do it in V8.3??
Hi Mahesh,
singhmaheshk said: I have one quick requirement in utlragrid to remove the active row appearance (Blue Color) no need to highlight active row with color.
FAQ:How do I turn off the ActiveRowAppearance so that the active row in the grid does not appear selected.
singhmaheshk said:And can we highlight border area of multiple selected cells like bold frame in Excel. I know this feature is available with new v9.2 or so.. But can we do it in V8.3??
I'm not sure exactly what version this feature was added. The property to turn this on is:
this.ultraGrid1.DisplayLayout.SelectionOverlayBorderColor
So see if that property exists in your version. If it does not, then you will need to upgrade in order to get this feature.