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
3806
xamGrid Row visibility binding with collection item.
posted

I have issue binding the Row visibility with the collection item's property.
I am using the below style but this sometimes work and sometimes not. When I scroll the grid up/down, it sometimes hides and sometimes not.

<Style TargetType="{x:Type igPrim:CellsPanel}">
<Setter Property="Visibility" Value="{Binding RowData.Visibility, FallbackValue=Visible}" />
</Style>

Is there any better way of doing it. I cannot use the Filters because I am using Virutalization records. (get records from Database on demand/scroll)

Parents Reply Children