How to implement sorting for UnboundColumn.
For me if I have a Unbound column the sort arrow ddoesn't shows up.
Hi Darrell,
please suggest how to Sort TemplateColumnn based on Hidden Column ?
Thanks,
Shakti
Also if you have a ValueConverter already assigned to the column, you can skip making a sort comparer and just turn sorting on.
You would need to do two things.
First define a custom sort comparer
http://help.infragistics.com/NetAdvantage/Silverlight/2010.3/CLR4.0/?page=SL_xamGrid_Custom_Sort.html
The set the IsSortable flag on the column to "True"