Hi,
Attached code. For security reasons , i have not included the solution file and other dlls.Please add it to the solution you create. When i exceute the solution i get something like this -
Now , the first row has the same height as the second row. i understand , its because the custom cellvaluepresenter that i defined is getting applied to the field lable. What my requirements is that if the text is not large (like the first row) , the row height should be the normal height , while in case the text of the cell is large , the row height should be according to the custom defined height .please help asap
AnyOne???
Hello Raja,
Thank you for the sample code. I have been looking into it and I can suggest you set the DataRecordSizing mode of the FieldLayoutSettings to SizedToContentAndIndividuallySizable. This will make the records individually sizable and will allow different highs for every row. For additional reference on this matter you may find helpful the following forum thread which seems to be on the same topic:
http://blogs.infragistics.com/forums/t/50652.aspx
If you need any further assistance on this matter please do not hesitate to ask.