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
885
Value Translation With Dropdowns
posted

New to Infragistics, migrating projects from a competitive product.

I have an UltraWinGrid containing a list of accounts. The grid and underlying datasource contain a column which stores the ID of the account representative. The ID references the table of account reps.

I've created an UltraDropdown bound to a view of the account reps table, with the DisplayMember being the name of the rep and the ValueMember being the associated ID.

I want the grid to display the name but contain and save the ID.

How is this accomplished with the Infragistics components?