If I use a button, it works fine, but when I use the template column(commented in code smple) as a custom select button (with an image) the select event does not work\[code\]<%-- <asp:TemplateField HeaderStyle-CssClass="table-header-repeat line-left"> <ItemTemplate> <asp:ImageButton ID="imgSelect" runat="server" ImageUrl="images/arrow_right.png" CommandName="Select" Height="32" Width="32" CausesValidation="false" /> </ItemTemplate> <HeaderStyle CssClass="table-header-repeat line-left" /> <ItemStyle Width="50px" /></asp:TemplateField>--%><asp:CommandField ShowSelectButton="True" />\[/code\]