Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
145
XmlNodeList as data source and AutoGenerateColumns
posted

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