Can I disable selection of row in the Grid/TreeGrid.

Hi,

Can I disable selection of row in the Grid/TreeGrid. ie Nothing should happen on clicking a row (tool tips work as desired).

If yes then how?

regards,
Gaurav

You can use:

grid.attachEvent("onBeforeSelect", function(new_row,old_row){ return false });