Posted 4 March 2020, 12:58 pm EST
Listbox upgraded from V2.0 to 4.5.2.
Control is bound to a dataset
SelectedValueChanged event is used to populate another listbox based on SelectedValue of the list.
SelectedValue property filled in as expected after a column sort in V2.0
In 4.5.2 SelectedValue Property now contains “Nothing” after sorting by anything other than the first visible column in the list.
Can someone please tell me what’s changed since V2?