Hello,
Is there a way to modify the caption in the group by row?
For example, if my dataset has State as one of the columns; when I group by State, the group by row shows
State: CA
State: WA
an so on.
Is there a way to display it just as CA and WA. Or how to remove the "Column name:" from the caption?
Thanks,
--Parusiva
Thanks Vince. That worked.
--Paru.
Yes. You can either set the GroupByDescriptionMask property to apply to all group-by rows, or you can handle the InitializeGroupByRow event to have finer control on a row-by-row basis. For more information, please refer to the following post:http://forums.infragistics.com/forums/p/16548/60335.aspx#60335