GGC hidden rows or columns

If the user "hides" a row or column (by resizing it) until it is hidden how can they make this visible again? In excel the icon changes when you are over a "slider" that contains a hiddes row or column.

3 Replies

AD Administrator Syncfusion Team August 3, 2006 06:24 PM UTC

The default behavior is to reshow the zero-sized columns when you double-click the column border when you see the sizing cursor.


RI Rich August 3, 2006 08:31 PM UTC

This works on columns but does not seem to work on a row. I tested it out with all the samples in "Grid Grouping Tutorial" included with the installation.

>The default behavior is to reshow the zero-sized columns when you double-click the column border when you see the sizing cursor.


AD Administrator Syncfusion Team August 4, 2006 11:49 AM UTC

Hi Rich,

By default, the GridGroupingControl does not support rows with individualized rowheights. To get this support, you need to add a custom GridEngine as in the Syncfusion Browser sample ResizableRows.

C:\Program Files\Syncfusion\Essential Studio\4.2\Windows\Grid.Grouping.Windows\Samples\ResizableRows

Please try the above sample this should work fine.
Thanks,
Rajagopal

Loader.
Up arrow icon