This is a migrated thread and some comments may be shown as answers.

radcombobox not enable first time

3 Answers 46 Views
Window
This is a migrated thread and some comments may be shown as answers.
puru
Top achievements
Rank 1
puru asked on 03 Sep 2008, 04:28 PM
Hi,
Radcombobox not enable first time, it work second time when page get refreshed.
Please suggest.
Thanks,
Puru

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 04 Sep 2008, 07:33 AM
Hi Puru,

You can disable the first item of a RadComboBox either in the code behind or in the aspx.

CS:
 RadComboBox1.Items[0].Enabled = false

Or

ASPX:
  <telerik:RadComboBox ID="RadComboBox1" runat="server"
         <Items> 
           <telerik:RadComboBoxItem Text="Mango"  Enabled="false" /> 
           <telerik:RadComboBoxItem Text="Orange"   /> 
           <telerik:RadComboBoxItem  Text="Cherry" /> 
         </Items> 
        </telerik:RadComboBox> 


Thanks
Shinu.
0
puru
Top achievements
Rank 1
answered on 04 Sep 2008, 10:05 AM
Hi,
Thats not my issue.
When first time page loaded no one controls enables on the page  except ok and cancel button.when I postpacked that page all controls are enabled.
Please suggest.
Thanks,
Puru
0
Georgi Tunev
Telerik team
answered on 04 Sep 2008, 01:25 PM
Hello puru,

To be able to help we will need more information about your setup. Please open a support ticket and send us a small sample project that reproduces the problem - we will check it and provide you with an appropriate solution.



Kind regards,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
puru
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
puru
Top achievements
Rank 1
Georgi Tunev
Telerik team
Share this question
or