Browse by Tags
All Tags » Headers (RSS)
-
hi ,
i want header same like Master Detail Grid,
means seperate Header for each Sub grid in Grouping that comes automatically.
-
HI Mohamed,
i want to access the already added templat's Object
<DataTemplate x:Key=''columnManagerRowTemplate''>
<StackPanel x:Name=''abc'' >
something over here
</StackPanel>
</DataTemplate>
i am adding above Data Template
now i want to access the object of abve template that is in Grid's Header.
i ...
-
ok jenny was absolutely right, my above solution works, but it happens that some rows seem to dissapear ocasionaly,i think it's due loose of viewport or someth...anyway here's working example similar to what jenny was telling to do...it is done with filterRow, but the same way would work with groupByControl:
1.u need something where u will ...
-
Hello,
I wanted to know if the grid support the next capability of showing a column titles for a group, and for separated columns. Like the ''Name'' is a title for both ''First'' and ''Last'' columns.
Name
Company
First
Last
Name
Country
Since
Eyal
Peled
XXX
Italy
1980
Yale
Petrson
YYY
Germany
1989
I ...
-
I need to generate a column header on top of the regular header (like group some columns together) that spans multiple columns in a detail grid - im using grid express 3.1 in wpf - now i saw this post - http://xceed.com/CS/forums/thread/13069.aspx - but when i tries to use it some of the objects are not in there ... like ParetGrid ot the ...
-
Hi,
How can i disable grouping for some columns in XceedDataGrid control ???
-
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.
|
|
|
|