Forum Discussion

itaykaldi's avatar
itaykaldi
Contributor
12 years ago

DevExpress.XtraEditors - PopupLookUpEditForm

Hey,

i want to select item by name from the following list i got  from XtraGrid.

When i spy on the list i see the following properties:



ProductName: DevExpress.XtraEditors

ProductVersion: 12.1.5.0

ClrFullClassName: DevExpress.XtraEditors.Popup.PopupLookUpEditForm



How can i do it?





10x.





3 Replies

  • Found a solution (using JScript)



    var item = aqObject.GetPropertyValue(data.Item(i), columnCaption).OleValue();
  • Hey,

    There is no method GetValue, when i try to use it :(




    var item = data.GetValue(i)[columnCaption].OleValue()