Hi,
In earlier version (2006 volume 2 CLR 2.0) working together with useFixedHeader and Wrap wasnt possible because of UseFixedHeader fixed row height so that wrapping cant work.
I just wanted to know that in recent version for .NET 2008 vol 2 CLR 2.0, is it possible to working together with useFixedHeader and Wrap? Please let me know that, its urgent.
Thanks in advance.
Hello Mamun,
For urgent issues please contact our dedicated developer support, this is just a peer-to-peer forum and while we do try to help, we cannot always guarantee that. They can be reached here:
http://devcenter.infragistics.com/Protected/SubmitSupportIssue.aspx
Other than that, I just tried one fixed scenario with wrapping and it appear to work fine - a frozen column was able to wrap the text correctly - please, see the screenshot and my grid definition. However, I cannnot guarantee that it will work in any scenario - the fastest way is to download our latest 8.2 Trial and check it out yourself - should be no more than 5 minutes of work.
<igtbl:UltraGridColumn BaseColumnName="ShipAddress" IsBound="True" Key="ShipAddress" Width="50px"> <Header Caption="ShipAddress" Fixed="true"> <RowLayoutColumnInfo OriginX="3" /> </Header> <Footer> <RowLayoutColumnInfo OriginX="3" /> </Footer> <CellStyle Wrap="true" /> </igtbl:UltraGridColumn>