-
That has helped me with object design heaps. But there is still a design problem when it comes to selected items in a visual control and mapping them to the underlying BO. In circumstances where requiring the user to select each row in a grid via a checkbox is too imposing it is easier to just have the...
-
hallo, thanks for that implementation. your combobox works great with selectedvalue but in my case i have two comboboxes. the first is the "master" combobox, the second the "slave" combobox. the slave combobox should populated (itemsource property) dependend on the selected item of...