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
325
Modifying the Caption of an UltraGrid Group
posted

Below is a sample grid grouped on the Category column.

How do I change the caption to now show the column name and the number of items in the group?

So in the example above, only TEST X and TEST Y are the only ones written on the group text.

Thanks,

 

Parents
  • 17259
    Verified Answer
    Offline posted

    You need to change the GroupByRowDescriptionMask. Here is mine: 

     

    DisplayLayout.Override.GroupByRowDescriptionMask = "[caption] : [value], [count] [count,פריטים,פריט,פריטים]";

     

Reply Children
No Data