GridGroupingControl - Dynamically Increasing the Control Height

Hi,

We are working with Syncfusion v 3.2.1.0.

I want to increase the height of GGC dynamically.
I should never get scrollbar for grid.

Suppose I place GGC inside a panel, and bind it to a datasource. And the depending on no of records, grid height should change and I should see scroll bar ONLY for panel. And each records can be of different heights.

I guess this is possible if I can get calculated grid height after I assign datasource.

Can you give me some input plz..

Rgds
Rajani Kanth Badri


2 Replies

AD Administrator Syncfusion Team September 5, 2006 12:57 PM UTC

Hi Rajani,

To support the sizing in the grid, see the following Kb article. It is for GridDataBoundGrid/GridControl, but you can implement the same for the GridGroupingControl.

http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=304

Also refer the below forum tread for more details.
http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=47647

Let me know if this helps.
Best Regards,
Haneef


BR Badri Rajani Kanth September 7, 2006 03:33 PM UTC

Hi Haneef,

These example are for column widths.
I want to find out how much all the grid rows are about occupy and then increase the grid height. Currently I am trying with each row height calculation. Hoping to find better way.

And also I want to avoid flickering.

Plz inform me if any available on this.

Rgds
Rajani Kanth

Loader.
Up arrow icon