How to know whether <div id="target"> is shown or not with jQuery?
I tried $.isshown() but there is not this function ...
I tried $.isshown() but there is not this function ...
Hello, in my ComboBox I see 3 times this: MyNameSpace.ViewModel.CustomerViewModel ?? Actually this code worked but now don`t know what I changed: <ComboBox DisplayMemberPath="{Binding Path=CustomerName}" SelectedIndex="0" ItemsSource="{Binding CustomersViewModel}" /> Customers is a ObservableCollection The same code works fi...