Most voted "selecteditem" questions
12 questions
Sort by count of
-
5
votes1
answer839
viewsWPF - The Selecteditem property, from Combobox, is not working properly
Note: This question was the translation adapted from the original question, so all the Updates of the original question are together in this text, sorry for that, but the time is short and I can’t…
-
4
votes1
answer178
viewsHow do I make an event when I click an Item?
I wanted to know if there is a way, when clicking on an item, to perform an event/function, knowing that each item has its function. I’m using Longlistselector Código XAML <phone:LongListSelector…
-
4
votes2
answers4721
viewsAngular JS - Take the value sent by the select of a directive
I have a directive that returns me a select that when selected I want to take the value of the code by the controller and make an http request. Plunker: http://plnkr.co/edit/fnCJj15XJN1kQvKq1OtZ…
-
2
votes2
answers903
viewsCopy a selected option from a select Multiple to another select Multiple with jquery
I want to copy a option or more options’s selected from a select multiple to another select multiple with jquery. <select id='cursos' multiple> <option selected>curso 1</option>…
jquery html-select html-option selecteditemasked 10 years, 1 month ago Diego Filipe Pedro Santos 531 -
2
votes3
answers2702
viewsDynamically populated option select list selected with Angularjs
I need to bring one select option with the selected option being filled dynamically. I have in my controller the filling of the list so: $scope.$watch('IdCategoria', function() {…
-
1
votes1
answer213
viewsHow to prevent onItemSelected from being called when using setSelection?
I have a ListView and within each item of it carries a Spinner with some information. The way I want it to work (Expectation): The first time you load the Activity, present to the user a list and…
-
1
votes0
answers217
viewsTree Table Primefaces does not work by selecting a Node from Java
I have a p:Tree being automatically loaded, so I need to do a search inside the existing nodes on Tree, I do the search and return the first Node I find and I want to arrow it like Selected, but…
-
0
votes1
answer614
viewsShow only selected checkbox
Hello, I would like to know how I can do to when clicking the completed tasks button it just present me the selected tasks in the list. Button Completed Tasks: <div class="form-group…
-
0
votes1
answer52
viewsHow to create a menu in android fully animated
The tumblr app has a menu that when you press each item/button it turns white and press another turn the original color. Does anyone know the name of this process to indicate to the user that that…
-
0
votes0
answers34
viewsError when selecting the second data/Listview information
I’m developing a applying and I am stuck in the following process. The application is called "INFORTGEI" and is for a computer store. When we run the application we can observe a form/main…
-
0
votes2
answers252
viewsJquery Table Selector with bootstrap
I have a bootstrap table and in one of the columns I have a hidden record button. Wanted to click on the existing input, that this button appeared. I’m tired of trying to make several ways of…
-
0
votes1
answer22
viewsC# Month Combobox - Setting Selecteditem
I have to create a Combobox only with the months of the year to handle the system’s paying bills. So far so good, the problem is that the client wanted to be selected the current month in Load. I…