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

How to Change Label Text of CheckAll Checkbox

2 Answers 219 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Glenn
Top achievements
Rank 1
Glenn asked on 09 Jan 2014, 07:30 AM

Is there a way to change the Label Text of the CheckAll Checkbox to a custom text?

For example I have a list of States with checkboxes.  I want to change the default text of "Check All" to "All States".



Thanks





2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 09 Jan 2014, 09:04 AM
Hi,

Please try to set the CheckAll of Localization to "All States". Please have a look into the following code snippet.

ASPX:
<Localization CheckAll="All States" />

Thanks,
Shinu.
0
Glenn
Top achievements
Rank 1
answered on 09 Jan 2014, 09:24 AM
Great, Thank you.  That did the trick.
Tags
ListBox
Asked by
Glenn
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Glenn
Top achievements
Rank 1
Share this question
or