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
290
UltraComboEditor DisplayMember and ValueMember?
posted

Afternoon,

if i assign ultracomboeditor with the following:

ultracomboeditor.displaymember = blah blah

ultracomboeditor.valuemember = blah blah

ultracomboeditor.datasource = bindingsource1

i get the following error for the three above:

'DisplayMember' is not a member of 'Infragistics.Win.UltraDataGridView.UltraComboEditorColumn'

'ValueMember' is not a member of 'Infragistics.Win.UltraDataGridView.UltraComboEditorColumn'

'Datasource' is not a member of 'Infragistics.Win.UltraDataGridView.UltraComboEditorColumn'

Why do i get these errors?

 

ta

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    I'm a bit confused. What exactly is UltraComboEditor in the code you have here?

    You are posting in the WinCombo forum, so that would seem to indicate that maybe you are using UltraCombo. But UltraCombo is not the same as UltraComboEditor.

    The error you are getting is referencing 'Infragistics.Win.UltraDataGridView.UltraComboEditorColumn'. This is either UltraCombo nor UltraComboEditor, but is a derived column type which can be used with the Microsoft DataGridView. It's not a standalone component.

    So I cannot guess why these errors are occurring without a lot more information about what class you are using here.

Children