Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: CellContentTemplate and bindind not working

$
0
0
hi, i have some questions :

1) is the FieldName property required for the Column ?

2) what the difference between Column and UnboundColumn

3) the databinding seems to have no effect inside CellContentTemplate
<xcdg:Column Width="90" FieldName="ID_ADHERANT"  >
                        <xcdg:Column.CellContentTemplate>
                            
                            <DataTemplate>

                                <TextBlock Width="90" Height="25" Text="{Binding ID_ADHERANT}"/>
                            </DataTemplate>
                        </xcdg:Column.CellContentTemplate>
                    </xcdg:Column>
i have checked that i don't have databinding errore in VS debugger

thanks and good day

Viewing all articles
Browse latest Browse all 4964

Trending Articles