Arg81
Well-known member
I've added a column to the Sort field on one of my BindingSources.
However, when I close the form I get the error
Sort string contains a property that is not in the IBindingList.
huh? I searched on Google but couldn't find much - well specifically no answers to the problem.
My layout:
Form with combobox and grid (parent - child). If I edit the name that is displayed in the combobox, I want the names to appear in ASC order, so if I name something from ZONKY to AGAGAGA then when dropping the list down it's automatically sorted and that row changed position.
Anyone know the answer to the problem, or a better way of doing this?
However, when I close the form I get the error
Sort string contains a property that is not in the IBindingList.
huh? I searched on Google but couldn't find much - well specifically no answers to the problem.
My layout:
Form with combobox and grid (parent - child). If I edit the name that is displayed in the combobox, I want the names to appear in ASC order, so if I name something from ZONKY to AGAGAGA then when dropping the list down it's automatically sorted and that row changed position.
Anyone know the answer to the problem, or a better way of doing this?