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

Parents
No Data
Reply
  • 138253
    Offline posted

    Hello Phillip,

     

    Thank you for your post. I have been looking into it and I can say that the Record object is not a visual element and the IsFixed Property is not Dependency Property, so it cannot be bound.

     

    Hope this helps you.  

Children