Hello everyone!
I have a problem with an epicombo, I have it configured, I put a value in ValueMember and DisplayMember.
Everything works correctly up to that point. I have a new requirement which is to add a filter from a field. When I add this filter in the code it doesn’t respect the DisplayMember and places the ValueMember.
If you select a record, the data displayed is the DisplayMember.
When I add a new record it shows correctly(DsiplayMember). For this example also filter by Country.
The problem is when I save the record and switch to another record, it no longer shows the DisplayMember, what it now shows is the ValueMember.
“Everything works correctly up to that point. I have a new requirement which is to add a filter from a field. When I add this filter in the code it doesn’t respect the DisplayMember and places the ValueMember”.
“If you select a record, the data displayed is the DisplayMember.”