Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2387
Making a column a lookup?
posted

The main table contains a foreign key to a lookup table which has the display text.  Now do I go about setting up the UltraGrid to use the text from the lookup table rather then displaying the foreign key? 

Parents
No Data
Reply
  • 2501
    Suggested Answer
    posted

    Hello Sam,

    You can either assign a ValueList or use a DropDown Control in the Ultragrid Column to display the text.  The ValueList or DropDown will also provide the user the ability to make a selection from the available items in the list.

    I have attached a basic sample to demonstrate how to create and assign a ValueList to an UltraGrid Column.  The following URL links to our Online Documentation for information on assigning and using a DropDown in an UltraGrid Column:

    Using WinDropDown inside WinGrid
    <http://help.infragistics.com/Help/NetAdvantage/WinForms/2009.2/CLR2.0/html/WinGrid_Using_WinDropDown_inside_WinGrid.html>

    Please take a look at the attached sample application and the information found in the above link.  If you have any questions, let me know and I will be happy to assist you.

    Thank you.
    Sincerely,
    Mike D.
    Developer Support Engineer
    Infragistics, Inc.

    WnGValLst_CS.zip
Children