I have a check column on a grid that I need to programatically check mark.
Here is how the check column is scripted:
columns: {
items:[
{
itemId: 'checkColumn',
xtype: 'selectallcheckcolumn',
cls: 'select-all-check-column',
dataIndex: 'Checked',
hideable: false
},