Posted on Oct 11, 2007
(permalink)
Hi Shinu,
The problem was that I had set the RetrieveAllDataFields=false.
I tried setting the DataField as you suggested but that did not work.
Only after setting the RetrieveAllDataFields=true then it works
I am not sure why would I need all columns when I have set the DataField="Name" for a template column. If I set RetrieveAllDataFields=false and only use bound columns the sorting works too but in the other hand if it is a template bould column it does not work.
Any Ideas? keep in mind that the datasource is an ArrayList of objects.
Thank you,
Alfred