How to make the entire grid (ggc) use a specific default font!

How to make the entire grid (ggc) use a specific default font?

2 Replies

JA jamesb September 29, 2006 03:12 AM UTC

found it


JA jamesb September 29, 2006 03:13 AM UTC


this.gridGroupingControl.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));

Loader.
Up arrow icon