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
DataBinding Record.IsFixed property
posted

Is there a way to data bind the IsFixed property?

I am data binding my grid to a collection:

 <igDP:XamDataGrid x:Name="XamDataGrid1" DataSource="{Binding TakeoutRecords}" .... />

I want some of the records to be fixed at the top of the grid, specifically when IsOverdue is true.

Thanks