Browse by Tags
All Tags » CellContentTemp... » Sort column (RSS)
-
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 ...
-
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 ...
|
|
|
|