Browse by Tags
All Tags » Sorting (RSS)
Showing page 1 of 4 (40 total posts)
-
Hi there.
I don't know exactly how you refer to this, but we have been using FieldName='' '' and FieldName=''.'' to bind to the entire record for some fields.Our requirement is that we display a list of names as buttons. The user must be able to sort the column based on the names.How do we sort a column by a field on the Item and yet have the ...
-
Hi,
I have a screen where we load data using Xceed DataGrid. The data is binded to the Grid using DataGridCollectionView (PersonCollection --> ObservableCollection<Person>) where sorting is applied on a particular field. Let say ''first_name''.
I added a new item into the PersonCollection. Its automatically showed up in the ...
-
I have a column in Xceed datagrid where code is like:
<xcdg:Colum FieldName=''CorpId'' CellContentTemplate=''{StaticResource nameConverter}''/>
Now FieldName is taking CorpId as value but I am using a converter to display the respective Name based on CorpId. When I am using SortDescription to perform sorting on this column, actually ...
-
we have implemented the Pagination control which will be used as data source for xceed data grid. data pages should be determined by current column sort state.
so sorting have to perform at server-side, so we disabled the default sort for very column.we added button control to column TitleTemplate to handle column click, in event ...
-
There is probably a very simple flag for this... I have a dataset that comes presorted, it has a column called IsFavorite. Imagine
true result1true result2false result3true result4false result5
When I group by IsFavorite and take the empty sort OR apply the ascending sort, I see (correctly)
IsFavorite: ...
-
Sure. Here's a screenshot of the grid.
http://i.imgur.com/gItk5.png
Each of these rows is a group summary header. As you can see I've tried to sort by Total P&L but the header rows don't sort. If you drill down to the final level you do find the content within the ''Instrument'' group has sorted by Total P&L. I'd like to know how I can ...
-
Is it possible to sort the groups based on the values in the summary row header? For instance, when I click on the column header to sort it sorts the contents of the groups but not the groups summary headers themselves. Is is possible to have it sort both?
Thank you.
-
You can accomplish multiple sorting with
You need to attach to both MouseLeftButtonDown and Up
<Style TargetType=''{x:Type DataGrid:ColumnManagerCell}''>
<EventSetter Event=''PreviewMouseRightButtonDown'' Handler=''Header_PreviewMouseRightButtonDown''/>
<EventSetter Event=''PreviewMouseLeftButtonUp'' ...
-
Hello,I have a few questions/problems in regards to the WPF datagrid. I am evaluating your program and we are ready to buy it if I can solve these little problems. I created a sample originally based on your sample LargeDataSets. My real application currently uses Xceed grids (winform). We want to change to datagrid WPF mostly because of ...
-
Hi,
I am also observing the same behaviour. Its not sorting based on the converted values instead it is sorting on the raw data which is bind to the Grid.
what could be the solution of this ?
Thanks
Saurabh
1
|
|
|
|