Browse by Tags
All Tags » Column Header (RSS)
Showing page 2 of 2 (14 total posts)
-
Hi,
I tried this:
<xcdg:DataGridCollectionViewSource x:Key=''cvsCompanies''AutoFilterMode=''And''DefaultCalculateDistinctValues=''False''><xcdg:DataGridCollectionViewSource.ItemProperties><xcdg:DataGridItemProperty Name=''CompanyLogo'' CalculateDistinctValues=''True''/><xcdg:DataGridItemProperty ...
-
In Xceed DataGrid:
Mouse Click/ any other Mouse events works only on the Rows, but not on the column HEADERS.
Meaning: If I click Over column header it do not take the event.
Kr.
-
Hi,
I am binding the DataGridControl from code behind using datagridcollectionview.....Suppose my datatable contains 5 columns . Now in the xceed grid i want to display the values of 1st and 3rd column in the same header i.e. in one column . How can i achieve this ?????
-
I have done something similar using a column's TitleTemplate and Title Property.
The TitleTemplate is a datatemplate specified in XAML, and the Title property holds an object which the TitleTemplate binds to (by default it's the string for the column header).They way I did it was to create my columns in codebehind and add them to ...
2
|
|
|
|