Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Umair on Jun 10, 2009 23:33
open dhtmlx forum
DHTMLX Grid

Hi
I have set on click event on Dhtmlx grid. I want to change mouse cursor to pointer(hand with index finger pointing) when it is on the grid.
Regards.
Umair Tariq
Answer posted by dhxSupport on Jun 11, 2009 01:14
You can do that using following css rule:
div.gridbox table.obj tr td {
   cursor: pointer;
}