I have a DataSet containing 4 related tables. If I use AutoGenerateColumns to display them in a WebGrid, it shows me all of my data, including fields I don't really want to display, and it uses the DataSet's column names in the grid's column headers.
I'd like to use the Grid Designer to define which columns are displayed, and what the column headers should contain, but when I open the Bands Collection Editor, I see no way to create more than one band. (I was expecting an Add button, as in the Columns Collection Editor.)
What am I missing?
TIA
If you use the WebGrid Designer ("Quick Design" from the smart tag) under Data Structure\Edit Data Structure\Bands and Columns there is an Add New button (left side of the toolbar above the Properties pane).
Thanks!
I was looking in the main Properties window, at the "Bands" collection.
FWIW, after I used Quick Design to create bands, they did show up in the main Properties window's Bands collection, but the columns in the additional bands were not in the main Properties window's Columns collection.