Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Listgrid-dependent selectItem

$
0
0
Is there a simple way of getting a selectitem to derive its values from the current displayed records of a listGrid?

If a selectitem matches field A and the ListGrid displays the following:

Code:

record  fieldA  fieldB fieldC...
    1  blue   
    2  green 
    3  red
    4  orange
    5  orange

then the selectItem should display blue, green, red, orange. (only one "orange" should be displayed).

If something in the listgrid changes and item 2 is removed, for example - then the corresponding item (green) should be removed from the picklist.

Thanks in advance,

Terry

Viewing all articles
Browse latest Browse all 4756

Trending Articles