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
1060
Set RowStyle.BackColour within Ajax postback?
posted

Hi all.  I'm using the latest UltrawebGrid 9.1 with browser=XML and LoadOnDemand set to XML as I want to minimize full postbacks as much as possible.

I need to be able to alter the background colour of the current row when certain columns contain certain values.  I am putting code into the server side of UltraWebGrid1.UpdateRow

e.Row.Style.BackColor = Color.PaleGoldenrod

but this has no affect.  I've also tried the same thing in the UpdateCell event (both of which are firing) - and still no luck.

Is there a way to achieve this? 

Thanks in advance.

Jonathan