Top "Selecteditem" questions

selecteditem is a property used to identify the currently selected item in a collection

Android: Select items in a multi-select ListView inside AlertDialog

I am new to android development and struggling with how to select certain items in a listview hosted by an …

android listview android-alertdialog selecteditem
How can I get the clicked item in the ajax method?

Suppose the code of this page: <h:form prependId="false" id="form"> <h:selectManyCheckbox id="checkBoxList" value="#{…

ajax jsf-2 selecteditem selectmanycheckbox
WPF ComboBox SelectedItem - change to previous value

I have a ComboBox that has the SelectedItem bound to the ViewModel. <ComboBox SelectedItem="{Binding SelItem, Mode=TwoWay}" ItemsSource="{…

wpf combobox selecteditem
ListBox always auto selects first item

ListBox's behavior is that the first item is selected automatically, how can I avoid that?? Note: I prefer to do …

wpf listbox selecteditem
Getting previously selected item in select box with jQuery

I have a single item HTML select box on which I'd like to find out the what item was selected …

jquery selecteditem drop-down-menu
How to bind to SelectedItem property of WPF TreeView?

I have adapted the TreeView Control sample project here for use with Entity Framework objects. It works beautifully, but like …

mvvm treeview inotifypropertychanged selecteditem selecteditemchanged
WPF ComboBox SelectedItem

Ok been working with WPF for a while but I need some help. I have a ComboBox like below: <…

wpf mvvm combobox selecteditem
Remove SelectedItem from TreeView

Is there a simple way to set a TreeView's SelectedItem to null or equivalent? Also, I need to do this …

c# wpf treeview null selecteditem
set selected value in angular5 ng-select programmaticaly

I'm using angular5 ng-select component: https://github.com/ng-select/ng-select and try to set the selected value (programatically) when the …

angular5 selecteditem selectedvalue angular-ngselect
Combobox SelectedItem doesn't update when source changes

I have a viewmodel which implement INotifyPropertyChanged. On this viewModel is a property called SubGroupingView. This property is bound to …

wpf mvvm binding combobox selecteditem