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
190
how to binding to the data row object in field?
posted

Please help check following example:

<igDP:UnboundField Column="1" Row="2" ColumnSpan="5" Name="up" Visibility="{Binding Path=Record, Converter={infragisticsXamlGridProj1:NumberToVisibilityConverter2}}">
<igDP:UnboundField.Settings>
<igDP:FieldSettings CellContentAlignment="ValueOnly" CellValuePresenterStyle="{StaticResource rowDetailsStyle_1}" AllowRecordFiltering="False" />
</igDP:UnboundField.Settings>
</igDP:UnboundField>

In the converter class NumberToVisibilityConverter2 I want to get the object of the data row but I can't get that. please help how to specify the Path.

thanks,

Eric