Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

ListView.GroupHeaderTemplate BindingContext is null

$
0
0

Hi,

 I'm been working with ListView and can't seem to get the BindingContext to be set to anything. My XAML looks as follows (excluding DelegateGroupDescriptor and ItemTemplate):

 

<dc:RadListView

x:Name="HistoryList"
ItemsSource="{Binding History}"
 >
          
        <dc:RadListView.GroupHeaderTemplate>
          <DataTemplate>
            <StackLayout >
              <Label Text="{Binding }" TextColor="White"/>
            </StackLayout>
          </DataTemplate>
        </dc:RadListView.GroupHeaderTemplate>  

   </dc:RadListView>

 

The Binding in the DataTemplate is set to null.

 

Could this be a bug or am I doing something wrong?

 

Thanks


Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>