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
479
How to GroupBy template columns?
posted

Hi Guys,

apologies in advance if I missed something obvious and this is silly question :)

I'm using GroupBy on a single band and Grouping was working well until I canged the columns to from BoundDataField to TemplateDataField. Then I figured the grouping on the template columns does not work anymore...

Do I have to enforce the grouping in code? How do I go about using GroupBy with template columns?

Thanks in advance

Emil

Parents
No Data
Reply
  • 479
    posted

    I thought it will be better to re-phrase my question. My guess is that the Grouping down not work with template columns because they are not bound...

    My question is: what is the best way to enable the grouping and filtering on a template column but do the actual work on a hidden databound column?

    Any samples will be great...

    thanks

    Emil

Children