set the web grid cell background color

5 replies. Last post: November 25, 2010 9:30 AM by Yudi
Tags :
  • New Discussion
  • New Question
  • New Product Feedback

Hi,


we have problem changing the cell backgroud color on Client Side,

with the following code we could change the text color

gridCells.GetNamedItem("speedy_linetotalamount").CellElement.style.color= '#0000FF';


but using the following, the background color does not change:

gridCells.GetNamedItem("speedy_linetotalamount").CellElement.style.backgroundColor= '#0000FF';


How to change the backgroud color on ServerSide, in initializeRow it works anyway how to change it when we are in editing phase? and also in new Row scenario?


All times are GMT -5. The time now is 12:37 AM.
Previous Next