Browse by Tags
All Tags » Xceed grid » wpf grid header customize (RSS)
-
Hi,
I tried this:
<xcdg:DataGridCollectionViewSource x:Key=''cvsCompanies''AutoFilterMode=''And''DefaultCalculateDistinctValues=''False''><xcdg:DataGridCollectionViewSource.ItemProperties><xcdg:DataGridItemProperty Name=''CompanyLogo'' CalculateDistinctValues=''True''/><xcdg:DataGridItemProperty ...
-
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 ...
|
|
|
|