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
255
Try to change row style from javascript in UltraWebGrid.
posted

Hello,

I am trying to set up a timer that will flash certain index rows  in UltraWebGrid component.

Unfortunately, once that I have my row object in javascript I cannot change any style... it seems like my changes are hidden or encapsulated by a major style somehow.

I have tried to change the FontFamily and backgroundColor using row.Element.style.XXXXX = YYYY; , but this does not seems to work.

Please, how I can I change a row/cell style in client using javascript?

Thank you very much for the support!

Regards,