<K2:K2DataGrid id="cr_apps" runat="server" Width="240px" Visible="False"
AutoGenerateColumns="False" onitemcommand="OfficeDelete" CellPadding="2">
<ItemStyle Wrap="False" HorizontalAlign="Left" ForeColor="Black" BackColor="WhiteSmoke">
</ItemStyle>
<Columns>
<asp:BoundColumn Visible="False" DataField="ID"></asp:BoundColumn>
<asp:BoundColumn DataField="Description"></asp:BoundColumn>
<asp:ButtonColumn DataTextField="Remove" CommandName="Delete">
<ItemStyle ForeColor="#3300FF" Width="20px"></ItemStyle>
</asp:ButtonColumn>
</Columns>
</K2:K2DataGrid>
This sample of code when viewed within the html editor comes up with errors. What is the correct k2 tags for BoundColumns, ButtonColumns, ItemSyle and Columns???