Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Rasmit on Jun 10, 2009 05:07
open dhtmlx forum
How to get the bgColor of the row

Hi,
How cud i get the bgColor of a selected row?

Kindly help me out.

thanks & regds,
Rasmit .
Answer posted by dhxSupport on Jun 10, 2009 05:19
bgColor of the selected row stored in the css rule:
div.gridbox table.obj tr.rowselected td{
   background-color: some;
}