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

best way to add radconfirm to delete gridbuttoncolumn

1 Answer 69 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Web team
Top achievements
Rank 1
Web team asked on 27 Apr 2010, 11:06 AM
I tried adding confirmtext attribute to gridbuttoncolumn but it is not skinable like the radconfirm dialog. thanks.

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 27 Apr 2010, 11:35 AM
Hi Arnold,

Set the ConfirmDialogType property of GridButtonColumn as "RadWindow". Also make sure that RadWindowManager is placed on page.

aspx:
 
    <telerik:GridButtonColumn ConfirmDialogType="RadWindow" CommandName="Delete" ConfirmText="Are you sure?" Text="Delete"
    </telerik:GridButtonColumn> 


Regards,
Princy.
Tags
Grid
Asked by
Web team
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or