When i click at "Add new record" nothing happens when i have GridTemplateColumn like:
The grid is only loading, nothing happens when i click. But edit works.
If i remove the GridTemplateColumn a blank record showing, and i can Add new record.
Whats the problem?
<telerik:GridTemplateColumn HeaderButtonType="TextButton" HeaderStyle-Width="30px"> <ItemTemplate> <asp:ImageButton ID="ibVisa" CommandArgument='<%# Container.DataItem("id") %>' ImageUrl="../images/rtGrid/edit.gif" ToolTip="Uppdatera" OnClick="Visa" PostBackUrl="~/admin/foretag/uppdate/default.aspx" runat="server" /> </ItemTemplate></telerik:GridTemplateColumn>The grid is only loading, nothing happens when i click. But edit works.
If i remove the GridTemplateColumn a blank record showing, and i can Add new record.
Whats the problem?