Hi
I am displaying some data in UltraDataGrid. while displaying data, the very first row is having Orange color(that row is niether selected nor activated). I have tried so many ways like by resetting the "ActiveRowAppearance" and "ActiveCellAppearance", but the problem is persist.
Reqest you to please provide some solution for this.
Regards,
Faiz Ahmad
If it's the first row in the grid, then it is almost certainly the ActiveRow. What makes you say that the row is not active? How are you determining this?
If the row is orange, then my guess is that the ActiveRow appearance is being applied by Application Styling. Are you loading an ISL file?
Hi Faiz,
If it is neither selected nor activated then it may be an Add row. The color of rows are also dependent on the stylesheet ur using. To change the color of the row . Click UltraGrid Designer on the properties window. It will open an UltraWinGrid Designer, click the Appearance Browser on the left, expand the Row Appearances node and select the Active Row, now you can set BackColor, BackGradientStyle etc. and test it until you will find the desired result. You can also change the appearance of Add Row here.
--Ayub