Sorting on calculated columns in a datagrid

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?
 
P

Patrice

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top