Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > ComboBox > Re-load RadComboBox from RadWindow control

Answered Re-load RadComboBox from RadWindow control

Feed from this thread
  • Posted on Dec 16, 2008 (permalink)

    Requirements

    RadControls version

    2008.3.1105.35
    .NET version

    3.5
    Visual Studio version

    2008
    programming language

    C#
    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    Have you built Admin pages that contains RadComboBoxes with lookup data such as "Phone Types", with items like, "Home", "Work", "Fax"?  But you really want to choose "Cell Phone", and you don't want to leave this page to go to the settings to add the "Cell Phone" item to the "Phone Types" collection.

    This example shows you how to place a link next to the RadComboBox that can open a RadWindow.  Inside the RadWindow is a RadGrid control that allows you to manage the items in the "Phone Types" (or any other data), then close the window and the RadComboBox on your parent page is updated!

    You haven't left the page and you've updated the items and you can continue your work.  This is a helpful time saver when it comes to daily work on your application.

    Note: I used Linq To Sql in this example so you would need the 3.5 .Net Framework to run this example.  But you can use any data access method you want to do the same thing.

    With the help of some Forum postings I was able to get this to work and I hope it helps you.



    King Wilder

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > ComboBox > Re-load RadComboBox from RadWindow control