Posted 5 March 2019, 2:39 pm EST
I am working with the FlexGrid control and I have several columns that I have added drop down lists to via code using the “DataMap” method. It works just fine.
My issue is this. In one example, the drop down list contains a list of part numbers (the display member) and the underlying value member is the corresponding record ID. I have no problem retrieving the PartID value using code similar to:
PartID = fgQuoteDetails.Rows(x).Item(“PartID”)
In some instances, I need to get the display member though rather than the value member for that drop down list. I am not sure how to get that. Any suggestions?
Thanks,
Mike