This is a migrated thread and some comments may be shown as answers.

GroupByField without showing Fieldname

1 Answer 39 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Derek
Top achievements
Rank 1
Derek asked on 30 Oct 2009, 02:10 PM
I have a Grid with a group by; is it possible to show the group header without showing the column name?

Here's what I mean; I have a column called CATEGORY. When I use the group by, I see;

Category: Some category
   [datacol 1,...datacol n]
   [datacol 1,...datacol n]
Category: Some other category
   [datacol 1,...datacol n]

What I want to do is show the column value without the columnname, i.e. "Some Category" by itself without the leading text. I tried setting the headertext to nothing, but the colon still remains.

Is this possible? Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 02 Nov 2009, 09:44 AM
Hi,

Check out the help document below on how to format the Group Header
Customizing GridGroupHeaderItem

Thanks,
Shinu
Tags
Grid
Asked by
Derek
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or