Hey,
I am trying to do the same as described here (
http://www.wintellect.com/forum/topic.asp?TOPIC_ID=709). The only difference is that I have extended the datagrid with my coponent. Now whenever I do a sort, then the it basically works. The only problem is that lets say I order column 0, then the link header looks like this:
javascript
:__doPostBack('AADataGridStores$_ctl1$_c tl0','')
And it sorts according the column 0. After the postback has occured this header changes to:
javascript
:__doPostBack('AADataGridStores$_ctl1$_c tl1','')
which is column 1 and wrong. I want to sort by col0. Any idea what is going on here?