Hi
I have a table of products that is being output to pdf, and is working fine. However I need to change the
format a bit to group the results by one of the columns ("Region") .
I know this is relatively simple but the documentation says it can be done, without giving much in the
way of example.
I have in the MaterTableView
but I can't figure out the syntax for telling it to group by the column 'Region'.
Thanks for any help.
Sorry for being dumb!
Clive
I have a table of products that is being output to pdf, and is working fine. However I need to change the
format a bit to group the results by one of the columns ("Region") .
I know this is relatively simple but the documentation says it can be done, without giving much in the
way of example.
I have in the MaterTableView
<
GroupByExpressions
>
<
telerik:GridGroupByExpression
>
</
telerik:GridGroupByExpression
>
<
/
GroupByExpressions
>
Thanks for any help.
Sorry for being dumb!
Clive