Hi all,

Hopefully someone can help me out with this. I have a datagrid with several columns (initially bound). I have code in place to use the datagrid headers to sort when they are clicked upon. this is working fine. I want to now add a dropdownlist to a couple of the headers. I have changed one of the required columns to a template column and added the asp control withing the <HeaderTemplate> tags. The problem is now that once i do this, the initial title disappears and i'm only left with the Dropdownlist. How can i include both the header link for sorting and also the dropdownlist.

Many Thanks.

Grant