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

how to change text Check All, Item selected?

3 Answers 247 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Irene Alpen
Top achievements
Rank 1
Irene Alpen asked on 03 Nov 2011, 05:13 PM
I want to change text Check All, Item selected when check select check box? Please support for me.

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 04 Nov 2011, 06:22 AM
Hello Irene,

You can try the following to change the "Check All" text.

ASPX:
<telerik:RadComboBox ID="RadComboBox1" runat="server" CheckBoxes="true" EnableCheckAllItemsCheckBox="true" Width="300px">
 <Localization CheckAllString="Select items" />
 <Items>
  <telerik:RadComboBoxItem Text="Arts" />
 </Items>
</telerik:RadComboBox>

Thanks,
Princy.
0
Kalina
Telerik team
answered on 08 Nov 2011, 11:31 AM
Hi Irene,

You can change the "Check All" string value using the RadComboBox Localization.
Please take a look at this online demo.

Regards,
Kalina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Irene Alpen
Top achievements
Rank 1
answered on 08 Nov 2011, 04:33 PM
Many thanks.
Tags
ComboBox
Asked by
Irene Alpen
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Kalina
Telerik team
Irene Alpen
Top achievements
Rank 1
Share this question
or