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
2045
get cell style
posted

In old UltraWebGrid, I can read cell style like this:

  var c = igtbl_getCellById(cellId); //get cell

  var backcolor = c.Element.style.backgroundColor; ..get back color

What is the code for new  WebDataGrid (v14.2)?

Thanks