When using a grouped ListGrid, it is desirable to *not* show the groupBy field as a column in the ListGrid records. In other words, if I have a data source with category, name, and value fields, and I would like to group on the category field, then it would be very desirable not to have the category field shown in the list records, since that is redundant with the grouping.
However, I have not seen how this is possible given the existing ListGrid API. If I set the groupBy field to be hidden in the DataSource, then the ListGrid will not draw.
Is there an existing way to accomplish this?
Thanks,
Don P.
However, I have not seen how this is possible given the existing ListGrid API. If I set the groupBy field to be hidden in the DataSource, then the ListGrid will not draw.
Is there an existing way to accomplish this?
Thanks,
Don P.
Comment