Sorting on calculated columns in a datagrid

  • Thread starter Thread starter Philip Townsend
  • Start date Start date
P

Philip Townsend

I have a datagrid control that builds from an XML file, which contains
values that are calculated when the datagrid is rendered. I need to sort
those calculated columns in descending order. Can anybody help with
this?
 
As it calculated on the fly I don't see how you could easily sort. ASP.NET
provides support for computed value within a datatable...

Patrice
 
Back
Top