Browse by Tags
All Tags » Sorting » Sort (RSS)
Showing page 1 of 2 (11 total posts)
-
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: ...
-
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
-
Hello,
we have grid with DataGridVirtualizingCollectionView and I wanted to solve sorting by subscribing methods SortDescriptions.CollectionChanged. But CollectionChanged of SortDescriptions is calling many times, when I click once to column header for sorting.
What is the correct solution for sorting of virtualizing collection in Xceed ...
-
Hi i am in a difficult position with datagridcontrol, my datagrid control is binded to a datatable, when i sort the datagrid
GetContainerFromItem or GetContainerFromIndex dont work, the methods is used to get the underneight datarow object from the datarowview item,
Please help.
Thanks in advance
-
Hello, If I set the datasource of the datagrid with one dataset, click on a datagrid header to sort it by a field called ''Test'', then after I'm done viewing this data I set the datasource of the datagrid to another dataset which does *not* contain a field called ''Test'', my application crashes; obviously it's still trying to apply the sort to ...
-
Hello,
I asked this question a while back but wasn't able to receive a satisfactory answer so I'll try again.
I would like to know how to iterate though the underlying dataset in the same order as the sort-order specified in the datagrid.
Regards,
Anthony
-
Hi,
Is there a way to disable the sorting mechanism on some specific columns of my DataGrid ?
For example, I have a 4 columns DataGrid and I want:
- the first and third columns to be sortable
- the second and fourth columns to be unsortable
Thanks !
-
I can explain this behaviour in xceed wpf data grid demo.....Steps to reproduce...
1. open this link http://download3.xceedsoft.com/demo/gridwpf/Xceed.Wpf.DataGrid.Samples.LiveExplorer.xbap
2. Click on displaying data.
3. Click on ''Ship Via'' Column to sort it in Descending Order.
4. Scroll the vertical bar to the top so as to reach ...
-
Hi all
I am using Xceed DataGridControl.
Sorting Behaviour : When a row is selected and any column is sorted then the selected row will still be selected but if the last row is selected and any column is sorted in assending order then the select row is comming at the top with blank grid afterwards and vertical scroll bar is also comming.
-
Hello,
Is there a way to sort a column not by its values, but by other values? For example:
We have a column in xceed grid which represents Fruits. Its values are ''Banana'',''Orange'',''Apple''. We would like to sort not by Alpahbethic (i.e., ''Apple->Banana->Orange''), but by its calories: if ''Banana'''s calorie is 20, ''Apple'' ...
1
|
|
|
|