Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1020
UltraGrid SelectedRowAppearance
posted

Hi,

I have an UltraGrid with multiple rows.
When I set the selectedRowAppearance.ForeColor, it
becomes applicable to all the selected rows.
Is there a way to set the SelectedRowAppearance
property for a single row at runtime ??
I dont want this property to affect all the selected rows.

Thanks,
Sid.

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi Sid,

    I don't think you can do this for a row. But there is a SelectedAppearance on the Cell in the latest version of the grid. So you could set the SelectedAppearance.ForeColor on each cell.

Children