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
160
Groupbysettings
posted

HI

I have two questions;  First is there a way to include a checkbox in the groupbyitemtemplate?  I've got the the template working that includes the value and the count, but I am looking for a way to unselect the group so that the coorsponding display (points on a map) can be turned "off"   Second question is if there is a way to set the groupbyitemtemplate for all columns or does it have to set for each column independantly?

Thanks for the help

Gregg

Parents
No Data
Reply
  • 40030
    Offline posted

    Hi Gregg, 

    I'm not really sure what you mean.  If you want a checkbox in the GroupByRyow, you can use the GroupByItemTemplate.  Can you provide more detail on where you want the checkbox to be, and what exactly you're attempting to accomplish?

    As for your other question, we only provided that property on the Column level, not on the Grid or ColumnLayout level, so you would have to provide it for each column.  However, you can define the DataTemplate in a ResourceDictionary, and use the same template on each column via a StaticResource. 

    -SteveZ

Children