Threaded View
-
27 Jun 2012 12:32 AM #1
Unable to disable the checkboxes in the check columns
Unable to disable the checkboxes in the check columns
Hi,
I am trying to disable the check boxes when using Ext.ux.CheckColumn. When I set disabled is true in the configuration, it doesn't seem to work, as I can still change the check boxes in the column.
Code:{ xtype: 'checkcolumn', header: 'Create', dataIndex: 'create', menuDisabled: true, disabled: true }


Reply With Quote