Hi,
I have a grid which displays a cell with text values. The size of the text can vary from few to thousands characters.
Is there a property I can set so the Cell will autosize itself based on the contents?
Thank You
If you want to resize the column width, you can use the PerformAutoResize() method of the columns. The following thread includes more details: http://forums.infragistics.com/forums/p/2738/16569.aspx#16569
Likewise, if you want to resize the row height, you can call PerformAutoSize() method of the row. This thread has more details on this approach:http://forums.infragistics.com/forums/p/19186/69482.aspx#69482