Non editable column among other editable columns...
Hey there,
Is there a way to specifiy that only one or n columns are not editable, while the grid it self is editable :
Example :
obj.setCellEditable(false,1);
obj.setCellEditable(true,2);
Cause I only found
obj.setCellEditable(false);
for all columns...
Thx
Is there a way to specifiy that only one or n columns are not editable, while the grid it self is editable :
Example :
obj.setCellEditable(false,1);
obj.setCellEditable(true,2);
Cause I only found
obj.setCellEditable(false);
for all columns...
Thx
Andreas Richter
November 5,