1) The Office 2007 skin is being applied to our application via the web.config, but the MultiColumn comboBox we are creating does not seem to inherit the look and feel that the rest of the controls get (We are using an item template). How do we fix that?
2) How do you apply a Selected Value column to the MultiColumn example? We are using the item template, and have specified the DataValueField and DataTextField names in the declaration, is that all there is to it?
I am guessing that we don't use the id which we want to use for the selected value in the item template, and it will bind but be invisible to the user?
2) How do you apply a Selected Value column to the MultiColumn example? We are using the item template, and have specified the DataValueField and DataTextField names in the declaration, is that all there is to it?
I am guessing that we don't use the id which we want to use for the selected value in the item template, and it will bind but be invisible to the user?