Make Some Cells Editable
All:
I want to make cells in some, but not all, columns editable. Therefore, I think I may not be able to use obj.setCellEditable(true) unless I can prevent/deactivate the "conversion to a textbox" from happening through maybe onControlActivated and some processing (for example, if col > 2 do something).
Otherwise, I may have to obj.setCellEditable(false) and firgure out how to do it with onCellClicked, but I can't get it to work. The post at http://www.activewidgets.com/javascript.forum.8817.5/edit-cell-on-selection-not.html comes close to what I want to do, but for some reason does not work for me.
Anyone have any working code or suggestions?
Paul Tiseo
April 5,