Browse by Tags
All Tags » Sorting » Sort (RSS)
-
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'' ...
-
My grid is bound to a list of objects. I have some columns bound to properties on objects such as ObjectA.PropertyObject.PropertyA
FieldName=''PropertyObject.PropertyA''
Sorting does not work. Could you tell me what Im missing here?
In version 2.0 in code i was adding this as a workaround to get sorting to work for the columns on nested ...
|
|
|
|