Is there a way to disable the automatic generation of columns for the grid portion of the WebCombo control? Can't seem to find a specific property.
The property you're looking for is DropDownLayout.AutoGenerateColumns - it's not directly off the combo itself.
You'll want to set this property before you bind to data for it to take effect. Setting it at design-time will ensure that it's set early enough.