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
235
values on group by headers in xamdatagrid
posted

Hi,

We recently gave a few users the ability to auto group by on a xamdatagrid(previously we made separate custom grids of each of these) and they liked the feature.

The columns in the grid are customer, supplier, product, price_req, qty_req, qty_bought, price_bought, sale(bool)

Any any time the user wants to be able to group by either of customer, supplier, product and in the collapsed groups in the grid want to see the sum(qty_req) and avg(price_req) and %sale(no of Yes/No).

Thus we need help with two questions.

1) Is it possible to limit the columns that can be used to group by?

2) Is it possible to customize the look of the group by header area to include aggregate information from its corresponding subset of data? Is there an example you can point me to?

Thanks in advance for your help with this?