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

how we use wrap texting in radradiobuttonlist

1 Answer 151 Views
RadioButtonList
This is a migrated thread and some comments may be shown as answers.
M Kumar
Top achievements
Rank 1
Iron
Veteran
M Kumar asked on 05 Jun 2020, 06:32 AM

Hi sir,

 

           I use radradiobuttonlist in that i have two item on item i too long and i use radwindow in that i show the radio button. in that first item is go outside the window.

the example is show in screenshot.

 

Note : 

              I need wrap text pls reply ASPA

 

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 10 Jun 2020, 08:05 AM

Hi,

Can you, please, provide the setup that leads to the demonstrated behavior?

Does setting the RadButtonList width to 100% (or fixed percent size) helps in resolving the problem?

        <telerik:RadWindow ID="RadWindow1" runat="server" VisibleOnPageLoad="true">
            <ContentTemplate>
                <telerik:RadRadioButtonList runat="server" ID="Questionnaire" AutoPostBack="false" Width="250px">
                    <Items>
                        <telerik:ButtonListItem Text="Game apps (puzzles, charades, etc.)" Value="0" />
                        <telerik:ButtonListItem Text="Sports apps (sports schedules, scores, headlines, etc.)" Value="1" />
                        <telerik:ButtonListItem Text="Travel apps (airplane tickets, tourist guides, transportation info, etc.)" Value="2" />
                        <telerik:ButtonListItem Text="News apps (news, national headlines, technology announcements, etc.)" Value="3" />
                        <telerik:ButtonListItem Text="Entertainment apps (puzzles, charades, etc.)" Value="4" />
                        <telerik:ButtonListItem Text="Social networking apps (location check-ins, friend status updates, etc.)" Value="5" />
                        <telerik:ButtonListItem Text="Weather apps (local forecasts, natural disaster updates, etc.)" Value="6" />
                        <telerik:ButtonListItem Text="Other" Value="7" />
                    </Items>
                </telerik:RadRadioButtonList>
            </ContentTemplate>
        </telerik:RadWindow>

 

Regards,
Vessy
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
RadioButtonList
Asked by
M Kumar
Top achievements
Rank 1
Iron
Veteran
Answers by
Vessy
Telerik team
Share this question
or