This question is locked. New answers and comments are not allowed.
Hi there,
Any hints will be appreciated.
For the explanation I will simplify the whole example
Table-A = has one single column containing ID's of widgets.
The widget names are in Table-Widget.
ID1 = Widget_1
ID2 = Widget_2
Table-Widget to Table-A = one to many.
I have a GridView which feeds off Table-A. It will normally show only the ID's.
Next - I configure a combo-box in each cell of the GridView.
This way now the GridView shows the names, but you can also use this combo to change the value of the given underlying ID.
For example: Original value "Widget_1" - you drop the combo and select "Widget_2"
Problem - the "funel" filter icon on top of the grid shows the ID's.
Hope this is clear.
So ... How do I make it show the Names?
Many thanks
Any hints will be appreciated.
For the explanation I will simplify the whole example
Table-A = has one single column containing ID's of widgets.
The widget names are in Table-Widget.
ID1 = Widget_1
ID2 = Widget_2
Table-Widget to Table-A = one to many.
I have a GridView which feeds off Table-A. It will normally show only the ID's.
Next - I configure a combo-box in each cell of the GridView.
This way now the GridView shows the names, but you can also use this combo to change the value of the given underlying ID.
For example: Original value "Widget_1" - you drop the combo and select "Widget_2"
Problem - the "funel" filter icon on top of the grid shows the ID's.
Hope this is clear.
So ... How do I make it show the Names?
Many thanks