I have a rad button with the following declaration, however the button style doesn't appear to obey the "Primary" property. It looks like a regular button (see attached), unlike your demos for the Bootstrap skin. Any idea what's going on? Also, is there any documentation of the "Primary" property anywhere?
<telerik:RadButton ID="btnSelect" runat="server" Text="Select" CommandName="Select" style="margin-right:7px;" Skin="Bootstrap" ValidationGroup="VG_Form" Primary="true" ></telerik:RadButton>