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

[Solved] Using Rad Alert Window in Rad Grid

1 Answer 191 Views
Grid
This is a migrated thread and some comments may be shown as answers.
bankey
Top achievements
Rank 1
bankey asked on 19 Jun 2008, 09:15 AM
I want to how to use Rad Alert window for confirmation Like in Javascript
"if(confirm('Do you want to continue?')){return true;}else{return false;}");
When record is deleted from the grid?.

and grid have a property   AutoGenerateDeleteColumn="True" .

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 19 Jun 2008, 09:57 AM
Hi Bankey,

Try setting the GridClientDeleteColumn in the aspx as shown below.

ASPX:
 <telerik:GridClientDeleteColumn  Text="Delete" ConfirmDialogType="RadWindow" ConfirmText="Do you want to continue?" ></telerik:GridClientDeleteColumn> 


Thanks
Shinu.
Tags
Grid
Asked by
bankey
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or