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
150
Show Number of Records
posted

Hi,

Is there a way to bind Grid's number of record in XAML?

Ex. The grid.ItemSource = CustomerList.

In the Xaml file, I want to show Customor record count in the footer row.

 

 

 

 

<

 

igGrid:TemplateColumn.FooterTemplate>

<DataTemplate>

 

 

 

<TextBlock Text={Binding...}  HorizontalAlignment="Right"></TextBlock>

 

 

 

</DataTemplate>

 

 

 

</igGrid:TemplateColumn.FooterTemplate>

Can I bind grid's number of row to the TextBlock?

Thank you,

Amy