I'm going to admit that I am a rank beginner at Bootstrap. About all I have experience with is that class="col-md-##" setup.
My question is this: If I've set the Skin of a Telerik control to Bootstrap, does that eliminate the need to put it within a div that has Bootstrap attributes?
In other words I have a batch of RadTextBoxes in a row, each in their own col-md-## div, and all those within the main class="col-md-12" div. Are the div attributes necessary? (The box labels are overlapping each other, depending on the size of the screen. Not apparently responsive.)
Please feel free to point to any relevant documentation. So far I haven't found anything that clearly explains this.