I am defining grid, with "inCell" mode. And I have a problem that the headers are selectable/focusable. Can any one tell me what makes the column headers selectable if I did not define "selectable: true", and why do the column header id changes to the grid's id + "_active_cell" when it is selected.
This behavior exists in the following demo: http://dojo.telerik.com/IQIQu
I noticed that the property "navigatable: true" may be the cause to this behavior behavior but i think there is another property that affects that behavior,
because in the following example: ( http://jsfiddle.net/Eh8GL/ ) the property "navigatable" is set to "true" but the column headers are not selectable.
thanks!