Getting Header Text in GGC?

How do I get the header text of any column in the GGC?

Thanks
vivek

1 Reply

KX Ken Xu June 11, 2007 09:01 AM UTC

Excuse me,
your problem is not very difficult that I couln'd make me slipping after encountering.

Have a Try in your codes this code snippet:

grdGrouping.TableDescriptor.Columns["ComlumnName"].HeaderText = "MyColumn";

yours,
Ken

Loader.
Up arrow icon