This is a migrated thread and some comments may be shown as answers.

[Solved] Delete button using RadWindow confirm not working.

1 Answer 190 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 14 Sep 2009, 01:26 PM

 

I am trying to add a confirmation for the delete command on my grid but I want the confirmation to be in a rad window.  The following code I believe should be giving me the standard RadWindow confirmation window but I get the normal javascript looking alert box.

What am I missing here?

<telerik:GridButtonColumn ConfirmText="Delete this item?" ConfirmDialogType="RadWindow"
ConfirmTitle="Delete" ButtonType="ImageButton" CommandName="Delete" Text="Delete" UniqueName="DeleteColumn">
<HeaderStyle Width="25px" />
<ItemStyle Width="25px" />
<ItemStyle HorizontalAlign="Center" CssClass="MyImageButton" />
</telerik:GridButtonColumn>

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Schlurk
Top achievements
Rank 2
answered on 14 Sep 2009, 02:20 PM
Do you have a RadWindowManager on the page? I think it is a requirement for replacing the javascript dialog.
Tags
Grid
Asked by
Robert
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Share this question
or