Browse by Tags
All Tags » Headers (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 ...
-
Hello,
How can I customize the appearance of the header? I need display it in ellipsis instead of rectangles.
Thanks,
Pati
-
1.
We are getting this message when I try to
add a fixed header .“You are using the Fixed column feature, which is
available only in Professional Edition. To use this feature, you must purchase
a Professional Edition license.” I have downloaded Complete Suit from ...
-
If you want to get a reference to the InsertionRow in the headers of a grid, you will need to handle the InsertionRow's Loaded event and retrieve the reference there.
|
|
|
|