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

GridButtonColumn ConfirmText - Carriage Return Line Feed

2 Answers 108 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tracy
Top achievements
Rank 1
Tracy asked on 30 Dec 2010, 10:29 PM
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?

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

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 31 Dec 2010, 06:03 AM
Hello Tracy,

Yes, you can use either LineFeed or CarriageReturn to break the line like below.

aspx:
ConfirmText="This group will be deleted from all users that have this group assigned to them.\n This process CANNOT be undone. Are You Sure Want To Delete This Group?"

Shinu.
0
Tracy
Top achievements
Rank 1
answered on 31 Dec 2010, 03:56 PM
Thank You Shinu,

I don't know why it didn't occur to me that I could use the normal control characters.
Tags
Grid
Asked by
Tracy
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Tracy
Top achievements
Rank 1
Share this question
or