Git Product home page Git Product logo

winforms-lookupedit-bind-to-simple-data-types's Introduction

WinForms LookupEdit - Standard Binding (Simple Data Types)

This example shows how to create and configure an in-place LookUpEdit control (RepositoryItemLookUpEdit) for editing cells in a grid column.

The lookup editor is used to edit the CategoryID field values from the Products list. The lookup editor displays corresponding category names in the edit box.

Use the following properties to bind the LookUpEdit control to data:

  • DataSource - Specifies the source of records.
  • DisplayMember - The data source field whose values are visible to users. A value from this field is displayed in the lookup’s text box when a user selects a record.
  • ValueMember - The data source field with unique/key values. A value from this data field is assigned to the lookup's EditValue property when a user selects a record. When a lookup editor is used to edit cell values in the Data Grid, the type of the ValueMember field must match the type of the field assigned to the grid's lookup column (GridColumn.FieldName). Enable the lookup's ThrowExceptionOnInvalidLookUpEditValueType option to detect data type issues.

Files to Review

Documentation

See Also

winforms-lookupedit-bind-to-simple-data-types's People

Contributors

alexgreenz avatar devexpressexamplebot avatar iam0k avatar svetlanapn avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.