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

[Solved] Problem with ConfirmText

1 Answer 123 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ericc34
Top achievements
Rank 1
ericc34 asked on 26 Jun 2008, 01:57 AM
I have a grid in which i have a static column like this :

<

telerik:GridButtonColumn ButtonType="ImageButton" CommandName="Delete" Text="Supprimer la donn‚e" ConfirmText="D‚sirez-vous supprimer cette donnee ?" ConfirmDialogType="RadWindow" UniqueName="DeleteColumn" ImageUrl="../RadControls/Grid/Skins/Outlook/Delete.Gif">
    <HeaderStyle Width="20px" />
    <ItemStyle HorizontalAlign="Center" />
</telerik:GridButtonColumn>

In this grid I append dynamic column. when I click Delete button, I don't have confirm dialogbox. Do you know why ?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 26 Jun 2008, 04:26 AM
Hi,

Have you placed a RadWindowManager in the page? Go through the following help document link which explains about the built-in prompt for GridButtonColumn with RadWindow.
Adding a delete prompt

Princy.
Tags
Grid
Asked by
ericc34
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or