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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T05:42:36+00:00 2026-06-01T05:42:36+00:00

On a regular formview against an objectDataSource, we define the method for the Updating

  • 0

On a regular formview against an objectDataSource, we define the method for the Updating event to add values to the item that is being edited, something like this:

protected void MyFormView_ItemUpdating(object sender, FormViewUpdateEventArgs e)
{        
    RadComboBox countriesCombo =
        (RadComboBox)MyFormView.FindControl("CountryRadComboBox");
    // this should never be null, other wise, error is shown
    if (!string.IsNullOrEmpty(countriesCombo.SelectedValue))
        e.NewValues["CountryId"] = countriesCombo.SelectedValue;

In a RadGrid, I am using an edit form. Insert is working great putting this code in the PerformInsert event method:

GridEditFormInsertItem gridItem = (GridEditFormInsertItem)e.Item.OwnerTableView.GetInsertItem();

Hashtable values = new Hashtable();
gridItem.ExtractValues(values);
values["ReferenceId"] = 0;
RadComboBox comboCountries = (RadComboBox)gridItem.FindControl("CountryRadComboBox");
values["CountryID"] = comboCountries.SelectedValue;                
e.Item.OwnerTableView.InsertItem(values);

However, trying to do the same for edit is not working for me. It is the last step that I am not being able to do. Once I change the hashtable values with the value in the combo, how do I indicate that it has to use these values?

In the telerik examples they work it out with a DataTable obtained from the datasource and then mapping and doing the update in the code…. don’t wanna do that, i would love it would work the same way the insert does. For the case when i dont need to change any value in the hashtable it works perfectly, the update is working.

Any help appreciated
Vladimir

  • 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-01T05:42:37+00:00Added an answer on June 1, 2026 at 5:42 am

    If I’m not mistaken, the extracted values should already be set to the selected value of the dropdown. Try using Bind to set the selected value in the markup:

    <telerik:RadComboBox ID="ddlCountries" runat="server" 
        SelectedValue='<%# Bind("CountryID") %>' ...>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

At regular intervals we are receiving CSV files from an external source that we
What regular expression can I use (if any) to validate that a given string
Regular numbers are numbers that evenly divide powers of 60. As an example, 60
Regular users of Stack Overflow will have noticed that when you hover over a
Regular expression for something+something+something ... +something? Sorry because of my great english and brain
Regular HTML select boxes (such as, e.g. found here ), while being chosen are
Regular expressions are often pointed to as the classical example of a language that
The regular Thread Safety section of the MSDN documentation for StringBuilder states that: ...any
The regular expression for a string that ends with '/' is the following: str.match(//$/)
Regular expressions are one of the things that still escape me. What I want

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.