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
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.
Could you offer a suggestion as to how I could arrange for overdue records to be automatically fixed?