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

wrapping radgrid cell content

1 Answer 73 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ihab
Top achievements
Rank 1
Ihab asked on 04 May 2010, 09:59 AM

Hi

I am using radgrid v1.1 (legacy version)

I want to enable wrapping for cell content

Because sometimes when I have a lot of cell content a horizontal scroll appears for browser

So I want cel to enlarge vertically (to down to as) so vertically browser scroll is accepted for me

I tried to make wrap=”true” but no functioning

 

this is code excert

<radG:RadGrid ID="rgRequestsMore" runat="server" AllowFilteringByColumn="True"
                                AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False" DIR="ltr"
                                EnableAJAX="True" EnableAJAXLoadingTemplate="true" GridLines="Horizontal"
                                HorizontalAlign="Left" LoadingTemplateTransparency="25"
                                OnItemDataBound="rgRequests_ItemDataBound"
                                OnNeedDataSource="rgRequestsMore_NeedDataSource" PageSize="20"
                                RadControlsDir="../../../RadControls/" ShowGroupPanel="false" Skin="Monochrome"
                                SkinsPath="~/RadControls/Grid/Skins" Width="100%">
                                <ajaxloadingtemplate><img
                                alt="" src="../../../../RadControls/Grid/Skins/loading.gif" /></ajaxloadingtemplate>
                                <clientsettings
                                allowdragtogroup="True"><clientevents onrowmouseout="RowMouseOut"
                                onrowmouseover="RowMouseOverMaster" /><selecting allowrowselect="True" /></clientsettings>
                                <mastertableview
                                datakeynames="Req_ID" dir="ltr"><editformsettings editformtype="Template"><formtemplate></formtemplate><editcolumn></editcolumn></editformsettings>
                                <Columns  >
                                <radG:GridBoundColumn
                                    AllowFiltering="False" DataField="Req_ID" HeaderText="Request ID"
                                    UniqueName="Req_ID" Visible="false"><ItemStyle HorizontalAlign="Left"
                                    Wrap="True" /></radG:GridBoundColumn>

Regards,

Ihab

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 06 May 2010, 11:55 AM
Hi Ihab,

I recommend you examine the forum thread below, which elaborates on  this matter:
http://www.telerik.com/community/forums/aspnet-ajax/grid/cell-wrapping-in-chrome-safari.aspx

Give it a try and let me know if it helps.

Greetings,
Pavlina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Ihab
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or