Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
Infragistics Text Wrap Problem in Version 7.1
posted

Hi

 

I am using infragistics Ultragrid 7.1 version. If I reduce the column size, then the text in the cell is not wrapping.

 

http://samples.infragistics.com/2007.1/

 

Grid à Navigating &selecting à Row –Column selection –sample program given in the website.

 

Please refer (image1) for the problem 

 

Currently the column wrap feature is available in Infragistics 8.3.

 

URL: http://samples.infragistics.com/2009.1/WebFeatureBrowser/Default.aspx

 

But from the version 8.3 GridBehaviorCollection is added its having the below tag

<Behaviors>
                        <ig:ColumnResizing Enabled="true">
                            <ColumnSettings>
                                <ig:ColumnResizeSetting EnableResize="true" />
                            </ColumnSettings>
                        </ig:ColumnResizing>
                        <ig:Paging PagerAppearance="Bottom" PageSize="10" Enabled="true" />
                    </Behaviors>

 

I want to achieve the same feature in Infragistics 7.1.If so how could we achieve in Infragistics 7.1.

Use of latest infragistics will solve my problem? Please give your answer ASAP.