|
I have a dataview. It has a column "my col". I want to sort by that... dv.sort = "my col"; works but dv.sort = "my col DSC"; // or ASC doesn't... neither does dv.sort = "'my col' DSC"; or dv.sort = "\"my col\" DSC"; any one know how to tell it that the two words are the column name and the DSC is not part of the column name? |