Howdy Hi, I have a TableView which displays data from a database table. That data is bound to the TableView using a custom Dictionary. It all works fine until it is time to add a new record using the TableView and in place editing it using TableViewRowEditor. Several of the fields in a TableView row have ListButtons assocated with them to restrict the field values. When the field value is initially Null, as with a new record, the ListButtons don't like it because Null can't be found in the lists data.
Is there any way I can get ListButton to not throw an exception in this case? Thanks, Scott.