How to know if a column is readonly in datatable editable

How to know if a column is readonly in datatable editable

dyyyydyyyy Posts: 6Questions: 0Answers: 0
edited June 2012 in General
Hi, I would like to add a class to my read only fields after it is drawn (the columns are set read only by putting null in makeEditable, and not by using sReadOnlyCellClass )
So how can i know from oSettings if a column is readonly or not. ?
Thanks
This discussion has been closed.