I have a comboBox that I need to fill using data from Access database.
For this, I get a DataTable with resultset from database, transform this resultset in a List<T> to sort by number and fill the Rows with this List.
The problem is, after selected some value, I can't do any other operation, like click in save button.
Any idea?
Thanks! :)