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

Not editable when using IsEnabled property

3 Answers 61 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Tristan Jay
Top achievements
Rank 1
Tristan Jay asked on 03 Feb 2009, 12:07 PM
Hello,

When I am using IsEnabled = false but when I re-enable control, the text search capability does not work. Is There any property setting that I missed here?

Thanks...

3 Answers, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 03 Feb 2009, 05:17 PM
Hi Tristan Jay,

I tested the issue and everything was working as expected here. Could you please provide more details. Does FilteringMode="StartsWith" does not work or is it just the selecting of the item in the dropdown?Could you please send some code or attach a sample project where the issue occur (in order to attach file you have to open a new support ticket ). We will greatly appreciate your help.

Thank you in advance.

Best wishes,
Boyan
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Srini
Top achievements
Rank 1
answered on 04 Aug 2009, 07:53 AM
Hi

 I faced the same problem in my application...  i have a set of RadTabItems among that i disabled one tab as false and when i try to enable it is not working... Should i change any property???

 

        public NavigationUC()
        {
            InitializeComponent();
            observable.AddObserver(this);
            if (base.AccountID == 0)
                rpbiCSManageAccount.IsEnabled = false;
            else
                rpbiCSManageAccount.IsEnabled = true;

        }

Here If my AccountID got a value then tab should enabled

0
Valeri Hristov
Telerik team
answered on 05 Aug 2009, 01:43 PM
Hi Srini,

Please, open a new support ticket and send us a simple application that demonstrates the problem. I am afraid that the code snippet you sent is not enough to provide you with a good suggestion how to resolve the problem.

Sincerely yours,
Valeri Hristov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ComboBox
Asked by
Tristan Jay
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Srini
Top achievements
Rank 1
Valeri Hristov
Telerik team
Share this question
or