Search found 1 match

by robrbecker
Thu Jun 11, 2009 9:16 am
Forum: Good Reference Posts
Topic: How to add a Delete function to the Orders admin screen
Replies: 13
Views: 28411

Re: How to add a Delete function to the Orders admin screen

You can add a delete confirmation dialog easily. In Admin\Orders\Default.aspx add an OnClientClick attribute to the button so it looks like: <asp:Button ID="BatchButton" runat="server" Text="GO" OnClick="BatchButton_Click" OnClientClick="if ($('ctl00_MainContent_BatchAction').value == 'DELETE') retu...