We have a requirement where we want to show group by option to all columns available in table, whereas it is not working for one of the column.
The column contains a section include with image to be shown when visibility is met, even after enabling the groupby on column, it is not being shown in UI.
@SaneethR16776883 your support ticket INC-B22304 (Unable to apply groupby option for image control in the grid ) has been resolved with the following explanation:
Issue primary reason description:
Group By needs to be added on the column containing image
Explanation description:
This is the expected behaviour of the system, GroupBy option is not available for image column. we cannot implement the Groupby functionality for any other property on other column. This is not how pega works. GroupBy can be performed only from grid and with the same column property except image one.
We can confirm you that this is the expected behaviour of the system so no enhancement Request can be raised for the same. As Group By cannot be performed on the column where image us used also we can group the same column with same property, we cannot use different property for different column.