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 9158481
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T13:15:24+00:00 2026-06-17T13:15:24+00:00

i have a Telerik GridView with a ComboBox Column, while filtering in this Combobox

  • 0

i have a Telerik GridView with a ComboBox Column, while filtering in this Combobox an appending list dropped down.

Same as the image below…

enter image description here

So i want to make the font of the Append list larger.

How to do it?

  • 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-17T13:15:25+00:00Added an answer on June 17, 2026 at 1:15 pm

    RadDropDownList uses different popups for its default items representation and for its auto complete suggest items. Here is an example demonstrating how to change the font of both:

     void radGridView1_CellEditorInitialized(object sender, GridViewCellEventArgs e)
        {
            RadDropDownListEditor editor = e.ActiveEditor as RadDropDownListEditor;
            if (editor != null)
            {
                editor.DropDownStyle = RadDropDownStyle.DropDown;
                RadDropDownListEditorElement element = (RadDropDownListEditorElement)editor.EditorElement;
    
                element.VisualItemFormatting -= element_VisualItemFormatting;
                element.AutoCompleteSuggest.DropDownList.VisualItemFormatting -= element_VisualItemFormatting;
    
                //this handles the default drop down formatting - when you press the arrow key to open the drop down
                element.VisualItemFormatting += element_VisualItemFormatting;
                //this handles the suggest popup formatting
                element.AutoCompleteSuggest.DropDownList.VisualItemFormatting += element_VisualItemFormatting;
            }
        }
    
        void element_VisualItemFormatting(object sender, VisualItemFormattingEventArgs args)
        {
            args.VisualItem.Font = new Font("Arial", 16);
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a RadGrid (Telerik)[almost the same as a gridview] with a headertemplate and
I have a window with a telerik gridview in it and i update this
I have problems binding both a telerik RadGrid and a plain vanilla ASP.NET GridView
I have a Telerik Grid which has a footer that needs to display column
I have a telerik-radgrid where I use an editcolumn. For the edit-column I use
I have a telerik grid in which i have a column where i show
I have a Telerik RadGrid in my asp.net web form Like Below : MasterTableView
I have this Telerik radgrid | Encryption Key | Password to encode | Edit
I have a grid view like this : <telerik:RadGrid ID=RadGrid1 runat=server GridLines=None AllowPaging=true PageSize=20
I have a Telerik RadComboBox set up like: <t:RadComboBox Grid.Column=1 Grid.ColumnSpan=5 Grid.Row=3 x:Name=customer IsReadOnly=True

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.