Browse by Tags
All Tags » Xceed grid » Styles (RSS)
-
Hi all,
I created a xbap application in that there is a resource folder in which i am putting the themes for different controls and also for DataGridControl.
I need to change the theme dynamically so i am using XamlReader to read the resourceDictionary . But when i am putting the style for DataGridControl then XamlReaderthrows a ...
-
this little project has a collection of items that have a Boolean property on them, if the property is false data triggert are used in the style to set the background of the cell red, if it is true the property is green.
i would have posted the entire project but i can't work out how to attach files. if anyone could tell me how it would be much ...
-
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 ...
|
|
|
|