Hello,
How can I turn off the highlight(golden - yellow color) on the first row of the grid. I tried reseting the " ActiveCellAppearance" and the "ActiveRowAppearance" in the override of the displaylayout of the grid ?
But I still see that the first row is always highligted.
Thanks
-Manju
Yes Nassos you are vrey much right.I tried implementing your solution, but its still the same.
As soon as the grid is loaded with the data, first row looks highlighted.Thanks
Can you post a screen shot?
Are you sure the ActiveRowAppearance is not being set somewhere else in your code? Maybe you are loading a Layout or a Preset into the grid? Or maybe you are using an Application Style Library?
Yes Mike you are right. Active Row apperance was getting set the appstyling.
I was trying to edit the .isl file. How can I add the alternate color to the grid rows in the appstyling file ?
I think if ou go to the grid row UI role and look at the the states available in the tabs on the bottom, there is an Alternate state which affects alternate rows.