Categories | Question details Back To List | ||
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; } |