N
NewGuy25
I have a list box that uses a value for display with an underlying id number.
I can remove an item in the list using code by editing the data object that
acts as the source for that list box. (using
parentNode.removeChild(listItemNode); ). When I do this, the entry for that
item is replaced by the underying ID number for that item until the user
selects another entry in the list (at which time the deleted entry disappears
completely). My question is, how do I get the list to refresh automatically
so that the deleted entry disappears completely as soon as the deletion is
done?
I can remove an item in the list using code by editing the data object that
acts as the source for that list box. (using
parentNode.removeChild(listItemNode); ). When I do this, the entry for that
item is replaced by the underying ID number for that item until the user
selects another entry in the list (at which time the deleted entry disappears
completely). My question is, how do I get the list to refresh automatically
so that the deleted entry disappears completely as soon as the deletion is
done?