Hi,
I am running into a strange issue with one of my grid. There is an image in one of the column and row’s auto free property is set to true and cell multi-line enabled. The reason I need to enable these two properties is because in another column I have multiple line text. For the given row there are three line of test but row height is equal to about 6 lines. I couldn’t find where the issue is.
FYI, this is only happening with row having image. The rows without image but with multi-line text have correct row height.
Environment is:
Infragistics version: 11.2 with Service Release 20112.2050
VS 2010 SP1 - .NET 4.0
Any ideas?
Thanks,
somay said:row’s auto free property is set to true
There is no "auto free" property on the row. I'm guessing that you are referring to the RowSizing property?
Where is the image? Is this an Image or an ImageBackground? Or is it the value of a cell? To what appearance is this image applied? Also, when (in what event) is the Image being applied?
When does the height of the row change? Is the row height incorrect when the row is displayed the first time, or are you changing something at run-time that triggers this?