Hi
I tried to disable the widget column with xtype rating, it seems not working. Please help me to do this.
Code:{ text: 'Confidence Stars', width: 150, xtype: 'widgetcolumn', widget: { xtype: 'rating', bind: '{record.ConfidenceStars}' }, onWidgetAttach: function(col, widget, rec) { if(rec.isRoot()) widget.setDisabled(true); } }