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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T22:04:54+00:00 2026-05-18T22:04:54+00:00

What event to I need to handle to allow users to add fruit the

  • 0

What event to I need to handle to allow users to add “fruit” the either a valuelist or ultra dropdown.

Since it is a KVP I always get format exception

Dictionary<int,string> fruits = new Dictionary<int,string>();



 private void FruitInit()
     {
    //Create some fruit        
    fruits.Add(-1,"apple");
            fruits.Add(-2,"banana");

            //Create and add to the ultraDropDown
            UltraDropDown fruitUltraDropDown = new UltraDropDown();
            fruitUltraDropDown.DataSource = fruits.ToList();
            fruitUltraDropDown.DisplayMember = "Value";
            fruitUltraDropDown.ValueMember = "Key";
            MyUltraGrid.DisplayLayout.Bands[0].Columns["MyColumn"].ValueList = fruitUltraDropDown;
        }

What event can I handle so when a user types “grape” I can add it to the dictionary with my own key, and it gets added to the dropdownlist. Currently if I type “grape in the cell, I just get a format exception.

Regards

_Eric

  • 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-05-18T22:04:54+00:00Added an answer on May 18, 2026 at 10:04 pm

    Got a response from Mike@infragistics, I didn’t know about ValueListResolved

    Answer from Mike

    There are a number of events you could
    use. I would probably use
    BeforeCellUpdate or maybe
    BeforeExitEditMode.

    Either way, what you would do is use
    the ValueListResolved property on the
    cell to get the ValueList and then you
    can use the GetValue method to try to
    find a matching item on the list. Use
    the cell.EditorResolved.Text to get
    the current edit text in the cell for
    your search.

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

Sidebar

Related Questions

I need to allow users to choose/input authors associated with a given publication and
I need to handle events of two different types but I'm running into the
In my image's onLoad event handler I need to fetch the URL of the
I cannot handle properly some events in input type=text . I just need a
In the AfterPost event handler for a ClientDataSet, I need the information if the
I have an Event class. Due to the way dates are handled, we need
In a web page button click event we need to export 2,00,000 to 5,00,000
I'm looking to find the Javascript Event I need to put into jQuery's .bind
I need an event/events that will do the following: After user selects text/DOM element,
I am receiving shouldstartloadwithrequest event and I need to stop request for some conditions.

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.