actualeyes
11 Jan 2012, 3:07 AM
I have been trying to get a grid collumn to be editable as a checkbox and to have it render as selected when clicked. However, no matter what I do, it doesn't work. Does anyone know how to make this happen. Here's what my checkbox column looks like:
{
text: 'blank',
width: 120,
sortable: true,
align: 'right',
dataIndex: 'blank',
flex: 1,
field: {
xtype: 'checkbox',
checked: true
}
},
{
text: 'blank',
width: 120,
sortable: true,
align: 'right',
dataIndex: 'blank',
flex: 1,
field: {
xtype: 'checkbox',
checked: true
}
},