Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8573857
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T19:20:46+00:00 2026-06-11T19:20:46+00:00

my project is asp.net MVC, using Telerik MVC combobox. I can change the sytle

  • 0

my project is asp.net MVC, using Telerik MVC combobox. I can change the sytle of the first item if I use:

var item = combobox.dropDown.$items.first();
item.addClass('test');

Or change all items, using:

combobox.dropDown.$items.addClass('test');

But I need to change just specific items (based on a model), I tried:

combobox.dropDown.$items[1].addClass('test');

I get this error:
Object doesn't support property or method 'addClass‘

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T19:20:47+00:00Added an answer on June 11, 2026 at 7:20 pm

    If it’s a jQuery object, you should replace:

    combobox.dropDown.$items[1].addClass('test');
    

    With:

    combobox.dropDown.$items.eq(1).addClass('test');
    

    $items[1] gives you the DOM object which doesn’t have the jQuery addClass function.
    $items.eq(1) gives you the jQuery object which has the jQuery addClass function.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We're using the Telerik Rad Controls for ASP.Net Ajax on an ASP.Net MVC project.
I have been using telerik extensions for an asp.net mvc project, more specifically the
I have an Asp.net MVC 3 project using Telerik MVC and JqueryMobile. To enable
I'm looking at creating my first ASP.NET MVC application using MVC3. The project template
I'm using the Telerik Extensions for ASP.NET MVC in an MVC3 project. I'm finding
I am doing my first project in ASP.NET MVC and using the NerdDinner sample
I am working on a project in ASP.NET MVC using EF4 Code-First for the
I am using ASP.NET MVC Telerik editor in my project , the telerik editor
I'm starting an ASP.NET MVC project using SubSonic 3 ActiveRecord. I added a table
I will start new project which is based on ASP.NET MVC 3 using C#

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.