This is how I add BooleanColumn column to my Grid by using this example.



HTML

<ext:BooleanColumn runat="server" DataIndex="myField" Text="" Editable="true" Resizable="false"
...