Hello i am using Rad Grid with automatic operations
<telerik:RadGrid ID="RadGrid1" runat="server" AllowFilteringByColumn="True" AllowPaging="True"
AllowSorting="True" DataSourceID="SqlDataSource1" GridLines="None" AutoGenerateDeleteColumn="True"
AutoGenerateEditColumn="True" AllowAutomaticInserts="True" AllowAutomaticUpdates="True"
Skin="Inox" AllowAutomaticDeletes="True" AllowMultiRowEdit="True"
EnableHeaderContextMenu="True" TableLayout="Fixed">
how can i add confirm button extender RadGrid when user click on column delete inside the RadGrid?
i want to display "Are you sure you want to delete this row or record? "
thanks for any help
<telerik:RadGrid ID="RadGrid1" runat="server" AllowFilteringByColumn="True" AllowPaging="True"
AllowSorting="True" DataSourceID="SqlDataSource1" GridLines="None" AutoGenerateDeleteColumn="True"
AutoGenerateEditColumn="True" AllowAutomaticInserts="True" AllowAutomaticUpdates="True"
Skin="Inox" AllowAutomaticDeletes="True" AllowMultiRowEdit="True"
EnableHeaderContextMenu="True" TableLayout="Fixed">
how can i add confirm button extender RadGrid when user click on column delete inside the RadGrid?
i want to display "Are you sure you want to delete this row or record? "
thanks for any help