Hi,
I just want to know if it is possible to edit what it is write, in a goup by row: the item count part (4 items)?
When the count is (1 Item), I want to display (0 Item).
Or can I disabled this feature of the groupby row?
Thanks!
Gabriel
Thanks Mike!
Hi Gabriel,
You can control the text of the group by row in two ways.
The first is by using the GroupByRowDescriptionMask property.
If you need to do something more complex (and it sounds like you probably do), then you should handle the grid's InitializeGroupByRow event. Here, you can access e.Row.Description and set it to whatever text you want.