Hi,
I am using UltraGrid in my application. Here Active row is highlighted as blue color and whenever i move mouse there is change in color of other rows too which is very good. But in few cases i do not want such features. I tried every possible properties such as ActiveRow appearance, Row appearance, but no luck. could you help me out of it.
I do not want such highlighted row in my case as in figure.
Thanks in advance
Bishwa
try HotTrackRowAppearance
Hi Hady,
I looked in DisplayLayout>>Override>>HotTrackRowAppearance but could not find any.
Could you please let me know clearly.
Thanks,
Hi Bishwa,
Are you saying that you cannot find the property? Or that the property is there but there is nothing set on that appearance?
If you cannot find the property, then my only guess is that you are using a very old version of the controls. But in the case, I cannot explain why the rows are actually hot-tracking.
If you mean that the property is there, but there's nothing set on it, then there are a couple of possibilities:
Thanks Mike,
I was loading an isl file in my application. Is there any way that i can get rid of color of active row and row under the mouse? I do not want any color for Active Row as well as rows under the mouse also.
Here i cannot ignore an isl file. I have to load it because it gives nice look to other controls also.
You could modify the isl file and remove the settings for Active and HotTracking states on the UltraGridRow UIRole.
Thanks Mike for your time.