Rad grid has a property called confirm text which is used to pop up a confirm dialog box.
eg.
By default when popup open, focus is on submit button. Could you tell me how to change the focus to cancel button.
Thanks
Yogesh.
eg.
<telerik:GridButtonColumn ConfirmText="Delete this Location?" ConfirmDialogType="RadWindow"
ConfirmDialogHeight="25px" ConfirmDialogWidth="250px" ConfirmTitle="Delete" ButtonType="ImageButton"
CommandName="Delete" />
Confirm dialog box has two button submit and cancel.
By default when popup open, focus is on submit button. Could you tell me how to change the focus to cancel button.
Thanks
Yogesh.