Top "Selected" questions

This is a general tag used when talking about one or more GUI element(s) that is/are selected by the user.

Devexpress gridcontrol change selected row color

I'm using FormatConditions to format certain rows based on their properties. E.g. I have a gridcontrol with many rows …

colors devexpress rows selected gridcontrol
.NET MVC MultiSelectList and selected values

I am trying to set the selected values for a MultiSelectList but the page does not display any values as …

asp.net-mvc multi-select selected
How get selected option from ListPreference?

I have ListPreference and it contains for example 5 options and I want to save one of this value to SharedPreferences …

android preferences selected listpreference
WPF ListBox Image Selected the saga continues

Ok in my ListBox scrolling images w/ text, etc. the saga continues. When I click one of the items, to …

wpf image listbox focus selected
Can not set Selected property of SelectListItem

I have a CategoryViewModel as follows: public class CategoryViewModel { public string Id {get; set;} public string Name { get; set; } public …

c# asp.net-mvc selected selectlistitem
Polymer 1.0: How can I get the value of the selected item in a paper-dropdown-menu?

Polymer 1.0: How can I get the value of the selected item in a paper-dropdown-menu? I am submitting some info with …

drop-down-menu polymer selected paper-elements
Datagrid.IsSelected Binding and scrolling

I uses MVVM and I bind datagrid to collection with some code: <DataGrid ItemsSource="{Binding Entites}" AutoGenerateColumns="False" IsSynchronizedWithCurrentItem="…

c# wpf mvvm datagrid selected
CakePHP 2.0 Select form Multiple selected

I have have this dropdown menu where you can select multiple values. Now let's say I want to edit my …

php cakephp-2.0 selected form-helpers