Browse by Tags
All Tags » Row Template (RSS)
-
I am applying the following style to the grid and the row selector starts from 0:
<Style x:Key=''itemIndexSelectorStyle''
TargetType=''{x:Type xcdg:RowSelector}''>
<Setter Property=''Content''
Value=''{Binding RelativeSource={RelativeSource Self}, Path=ItemIndex}''/>
</Style>
What needs to be done to start the ...
-
Is there a way to make a ''Row template'' inorder to change my ''rendered object'' values at the moment of displaying the data. The idea is that i have only the ID inside my ItemsSource, but when displaying i'll go and retrieve all the data needed for display... Is that posbible?
Greetings
Carlos de Luna
|
|
|
|