Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Current Sorted Column


Message #1 by "Eric Jacobsen" <ejacobse@a...> on Wed, 13 Mar 2002 20:22:12
Ive never done anything like that but you could use the ItemCreated Event 
and check whether its a header, item, alternatingitem etc...
with

if (e.getType() == ListItemType.Header) {

}

> Hi All,
> 
> In a datagrid, how would I change the  backcolor of a  particular columns
> header when I 
> have multiple sort columns, so to identify it as the last sort column 
> clicked?
> 
> eric  
> 

  Return to Index