I'm binding to an UltraWebGrid with an XmlNodeList as my datasource. In the DisplayLayout element for the grid, I have autogenerate columns set to false, and then in my one Band, I have the columns specified that I want to display. The elements I'm selecting with my xPath contain about 12 attributes, but I only want 4 of those to display in the grid. However, even though I have AutoGenerateColumns set to false, all 12 attributes are appearing as columns in the grid. Anyone else run into this? What am I missing?
I can provide a source project if that would prove helpful.
Bryan