Questions tagged as 'selecteditem'

1
answer

WPF - The SelectedItem property of the ComboBox is not working correctly

Note: This question was the adapted translation of the original question, so all Updates of the original question are together in this text, sorry for that, but the time is short and I can not stop to make a better text, but thanks for the atte...
asked by 18.12.2013 / 17:48
2
answers

Angular JS - Get the value sent by the select of a directive

I have a directive that returns me a select that when selected I want to get the value of the code from the controller and make an HTTP request. Plunker: link     
asked by 23.12.2015 / 18:37
1
answer

How do I make an event when I click on an Item?

I wanted to know if you have how to click on an item to perform an event / function, knowing that each item has its function. I'm using LongListSelector Código XAML <phone:LongListSelector Name="lstConsPais" HorizontalAli...
asked by 28.04.2014 / 17:47
3
answers

Select list dynamically filled option selected with AngularJs

I need to bring a select option with the selected option being populated dynamically. I have in my controller filling the list like this: $scope.$watch('IdCategoria', function() { $http.get("/api/Categoria/GetList", { })...
asked by 24.03.2016 / 15:21
2
answers

Copy a selected option from a select multiple to another select multiple with jquery

I want to copy a option or more selected options from a select multiple to another select multiple with jquery. <select id='cursos' multiple> <option selected>curso 1</option> <option selected>...
asked by 08.10.2014 / 00:50
1
answer

How to prevent onItemSelected from being called when using setSelection?

I have ListView and within each item it loads a Spinner with some information. The way I want it to work (Expectation): The first time you load Activity , display the user a list and within each item of it, have a Spi...
asked by 19.07.2017 / 15:48
0
answers

Tree Table PrimeFaces does not work by selecting a node by Java

I have a p: tree being loaded automatically, so I need to do a search inside the nodes in the tree, I do the search and return the first node I find and I want to get it as the selected, but when I do this via code the tree stops working, I can...
asked by 27.12.2016 / 20:29
1
answer

Show only selected checkboxes

Hello, I would like to know how I can do to when clicking on the completed task button it just present me the selected tasks in the list. Done Tasks button: <div class="form-group col-xs-3"> <button class="btn btn-warning btn-b...
asked by 26.10.2015 / 04:50
1
answer

How to create a fully animated android menu

The tumblr application has a menu that when pressing each item / button it turns white and presses another round the original color. Does anyone know the name of this process telling the user that that button was clicked?     
asked by 09.05.2016 / 06:59
0
answers

Get the selected value in the combobox with Classic ASP

I have two tables in SQL: A group that has two columns: id and group A product that has three columns: id, group, and product In the Products table, the "group" column is equivalent to the "id" column of the groups table. I'm try...
asked by 19.06.2018 / 18:34