GridGroupingControl: WrapText

I've gone through the examples and other posts about the various wrapping and how to apply it.

However, I have not yet seen how I can address the following issue:

http://screensnapr.com/u/irtd8i.png

It looks as though it is setting every row to be exactly the same height whereas I need that 2nd row to be one textline smaller. Isn't there a way it can set each rows' size individually based on the content rather than an overall rowheight?

1 Reply

CI Christopher Issac Sunder K Syncfusion Team May 13, 2010 07:39 AM UTC

Hi Jeff,

Thank you for your interest in Syncfusion products.

To set Individual row heights through CustomEngine, You can make use of creating a custom class and set GridEngineFactory.Factory = new AllowResizingIndividualRows() which is in GridHelperClasses. Call the code inside of the Form’s constructor.


GridEngineFactory.Factory = new Syncfusion.GridHelperClasses.AllowResizingIndividualRows();



Let me know if you have any further concerns.


Regards,
Christopher K.

Loader.
Up arrow icon