Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

Commented Unassigned: CheckComboBox mvvm problem [20774]

$
0
0
hi

this is my sample

when checked multiple item in CheckComboBox

but only one checked item CheckComboBox save to database

how to save All checked items CheckComboBox to database?

thanks
Comments: ** Comment from web user: md110 **

Hi,

Thank you for your
```
I Replaced public virtual Person Person { get; set; }

```
with

```
public virtual ObservableCollection<Person> Persons { get; set; }
```

but not work And Exception:

```
The expression 't => t.Personss.get_Item(0)' is not a valid property expression. The expression should represent a property: C#: 't => t.MyProperty' VB.Net: 'Function(t) t.MyProperty'.
```


Viewing all articles
Browse latest Browse all 4964


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>