GridGroupingControl - setting default row height

How do i set up the default row height in GridGroupingControl? Thanks in advance

1 Reply

AD Administrator Syncfusion Team June 27, 2006 03:10 PM UTC

Hi Golovkine, Try setting the RecordRowHeight property of the gridGroupingControl to have same height for all the rows. The code snippet is, this.gridGroupingControl1.TableOptions.RecordRowHeight=40; Best Regards, Haneef

Loader.
Up arrow icon