Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
400
GoupBy Row: Items count
posted

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

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    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. 

     

Children