I have one delete button in RadGrid as below. After I clicking the button and pop up a confirm windows, I found the margin space between text and button is too small, I try to adjust it by modify the property ConfirmText as "Do you confirm to delete the record?<br/><br/>", but it cannot work. I don't find a property such as ConfirmHTML. Is there a way to implement it?
<telerik:GridButtonColumn ConfirmText="Do you confirm to delete the record?" ConfirmDialogType="RadWindow"
ConfirmTitle="Delete" ButtonType="ImageButton" CommandName="Delete" ConfirmDialogHeight="150px"
HeaderText="Delete" ConfirmDialogWidth="320px" ItemStyle-Width="30px">
<ItemStyle HorizontalAlign="Center" />
</telerik:GridButtonColumn>
<telerik:GridButtonColumn ConfirmText="Do you confirm to delete the record?" ConfirmDialogType="RadWindow"
ConfirmTitle="Delete" ButtonType="ImageButton" CommandName="Delete" ConfirmDialogHeight="150px"
HeaderText="Delete" ConfirmDialogWidth="320px" ItemStyle-Width="30px">
<ItemStyle HorizontalAlign="Center" />
</telerik:GridButtonColumn>