This is working fine for my row selection but its working with headers also i want to prevent on headers.
Narayana Swamy, Bangalore
Tuesday, September 11, 2007
disableContextMenu() is my own javascript method to show my menu items.
2) I have one column with checkboxes when i click on that cell the row is not highligted. I want to highlight the row when i click on the cell where the check box is there.
Narayana Swamy, Bangalore
Tuesday, September 11, 2007
hi guys i got the solution
obj.onCellMouseDown = function(event, column, row){
if(event.button==2)
//Here our code will come
}
Narayana Swamy, Bangalore
Tuesday, September 11, 2007
2) I have one column with checkboxes when i click on that cell the row is not highligted. I want to highlight the row when i click on the cell where the check box is there.