Hi,
I am using a GridButtonColumn in a grid to delete records. The confirm text that I want to display is quite long. Is it possible to put a carriage return and line feed in the text?
I am using a GridButtonColumn in a grid to delete records. The confirm text that I want to display is quite long. Is it possible to put a carriage return and line feed in the text?
ConfirmText
="This group will be deleted from all users that have this group assigned to them. This process CANNOT be undone. Are You Sure Want To Delete This Group?" ConfirmDialogType="RadWindow"
Thank You