GridGrouping : Different Row Heights

I need to resize dinamically the height of each row in order to achieve a more complex task. As far as I can see, GridGroupingControl, at least by default, makes every row the same height, event though I set them different using gridGroupingControl.TableModel.RowHeight[ rowIndex ] property. To sum up: Is there any way to use different row heights in a GridGroupingControl?. It must be because, but can´t find it.

2 Replies

AD Administrator Syncfusion Team September 20, 2005 11:16 AM UTC

Hi Pablo There is a explicit sample created for this. So you can refer our sample from C:\program files\syncfusion\essential studio\3.2.1.0\Windows\Grid.Windows\samples\Grouping\ResizableRows Best Regards Mouli.


AD Administrator Syncfusion Team September 20, 2005 11:45 AM UTC

Hi Mouli, I found it a while ago, thanks a lot anyway. I was probably too confident it was a Property o something much more straight than the Sample solution.

Loader.
Up arrow icon