I have a RADComboBox with following.
I databind using code behind. when i click on Footer button i make combobox invisible. I use another button to make this combo box visible. On 2nd button click i re-databind the comboBox but when this happens i loose the Vista Skin.
I tried using the CSS in the header too by copying the ComboBox.Vista.css CSS file to the project still didn't work. Please help . I have also added screen shot
I databind using code behind. when i click on Footer button i make combobox invisible. I use another button to make this combo box visible. On 2nd button click i re-databind the comboBox but when this happens i loose the Vista Skin.
I tried using the CSS in the header too by copying the ComboBox.Vista.css CSS file to the project still didn't work. Please help . I have also added screen shot
<telerik:RadComboBox ID="radBankAccounts" Runat="server" Width="200px" Skin="Vista" HighlightTemplatedItems="true" DataTextField="DisplayAccountName" DataValueField="AccountName" onselectedindexchanged="radBankAccounts_SelectedIndexChanged"> <FooterTemplate> <div style="text-align:center"> <asp:LinkButton ID="lnkbtnAddAccount" Text="add new bank account" onclick="hypBtnChangePayAccount_Click" runat="server" /> </div> </FooterTemplate> </telerik:RadComboBox>