Hi there,
When using the confirm dialog box for deleting a record in a grid, is there anyway to make the default not set to "Okay"? Can it be defaulted to Cancel? Or possibly no default at all?
thank you,
Tad
When using the confirm dialog box for deleting a record in a grid, is there anyway to make the default not set to "Okay"? Can it be defaulted to Cancel? Or possibly no default at all?
thank you,
Tad
<
telerik:GridButtonColumn
ConfirmText
=
"Are you sure you want to delete this record?"
ConfirmDialogType
=
"RadWindow"
ConfirmTitle
=
"Delete"
ButtonType
=
"ImageButton"
ConfirmDialogHeight
=
"25px"
CommandName
=
"Delete"
Text
=
"Delete"
UniqueName
=
"Delete"
HeaderStyle-Width
=
"15px"
ItemStyle-Width
=
"15px"
></
telerik:GridButtonColumn
>