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

[Solved] RadCombobox not recognising removeAt() function

1 Answer 122 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 24 Mar 2008, 03:36 PM
Hi

I'm using Windows Vista, VS2008, C#.

When trying to remove an item from the combobox by:

    combo.get_items().removeAt(index);

I get the following error:
    "Object doesn't support this property of method'

What's particularly strange is that this method will show in the Watch window when dubugging Javascript.

I can call other member functions (e.g. combo.get_items().get_count()), just not this one.

Is there something I'm doing wrong?


Kind regards

Mark Eaton

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 24 Mar 2008, 03:49 PM
Hello Mark,

Unfortunately, the provided information does not help us much in reproducing the error. I'm afraid we could not be of much help unless we reproduce the issue on our side. It will be best if you can open a support ticket and send us a simple running project (incl. your custom skins, CSS, images, DB backup if needed and so on) demonstrating the problem (and step-by-step instructions on doing so). In that way we can reproduce and pinpoint the problems you're facing on our side, understand the logic of your application and provide a solution.

Kind regards,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ComboBox
Asked by
Mark
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or