RadComboBox Template Sample using Linq to XML

Thread is closed for posting
1 posts, 1 answers
  1. Answer
    AB74794F-09D3-4471-8F45-905AC91FDDD0
    AB74794F-09D3-4471-8F45-905AC91FDDD0 avatar
    240 posts
    Member since:
    Oct 2007

    Posted 31 Jul 2008 Link to this post

    Requirements

    RadControls version

    2008.1.619.35
    .NET version

    3.0
    Visual Studio version

    2008
    programming language

    C#
    browser support

    all browsers supported by RadControls


     
    PROJECT DESCRIPTION

    WHAT IS THIS APPLICATION?

    This is a sample application that loads a HeaderTemplate and ItemTemplate in the RadComboBox programatically at runtime.  It loads data from an xml file and displays a table of data in the combobox.

    All of the code is encapsulated in a User Control (BillingClaimSelectorControl.ascx) so it can easily be dropped into any page needing it.

    WHAT DOES IT DO?

    Depending on the page life cycle and whether or not an item is selected in the RadComboBox control, it will either show the combobox (default), or it will extract the selected Claim Number from the combobox and load and query an XML file, and display a table with the details of this claim number.

    There is a back button to display the combobox again and change the selection.

    I hope you find this helpful.

Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.