Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
3k views

How do I get the selected index of an ExtJS Combobox

What is the certified way to determine the index of the currently selected item in a ComboBox in ExtJS? Is there a difference on how to do this between ExtJS 3.x and 4? var combo = new ...
3
votes
2answers
107 views

retain dropdown selection on refresh [closed]

Possible Duplicate: retaining selected dropdown option on postback I have a dropdown when user selects the option, the value is passed on to the same url as querystring refreshing the page. ...
3
votes
2answers
4k views

How can I speed up jquery :selected selector?

I have a dropdown in a web page with 3830 elements in it. I know, excessive but whatever. In jquery I get the selected option value using the statement: $( "#institutionCombo :selected" ).val(); ...
2
votes
4answers
129 views

Using JavaScript and JQuery, How Can I Maintain the Selected State of a Dynamically-Updated HTML Select Element?

I have a form UI whereby several sections require duplicate HTML select list to be updated dynamically from a single, dynamically-updatable select list. The dynamically-updatable list works just ...
2
votes
2answers
145 views

UITabBarController Weirdness ?

If I normally load up a UITabBarController and switch between views, it calls the viewWillAppear of each view controller. But it is not so. I want to switch to another tab as soon as another tab is ...
2
votes
3answers
455 views

Getting the SelectedIndex of a child node in a TreeView

I am currently working on a wpf project in C#. I have a treeview created that has parent nodes with childen nodes inside of it. I was wondering if there was a way to get the index of the child node ...
2
votes
3answers
606 views

JavaScript - How to set selectedIndex of select element using display text?

How to set selectedIndex of select element using display text as reference? Example: <input id="AnimalToFind" type="text" /> <select id="Animals"> <option ...
2
votes
1answer
785 views

WPF Data Trigger not working - ComboBox selected index is not getting set to 0

I want to set the SelectedIndex of ComboBox to 0 when the SelectedItem it is bound to is null by using DataTrigger. But it is not working. Where am I going wrong? The xaml is as follows: ...
2
votes
1answer
573 views

ASP.NET DropDownList / HTML select list default selection

For my ASP.NET page, in the code behind I load various items/options into a DropDownList but I do not set a default by assigning SelectedIndex. I notice for the postback SelectedIndex is set to 0, ...
2
votes
2answers
253 views

increase a variable value for +1

From the code below I am getting a cell value from the selected row to a dataGridView: string Kategoria_ = dataGridView1.CurrentRow.Cells[1].Value.ToString(); Then I need to convert to int: int ...
1
vote
1answer
243 views

Why doesn't my GridView SelectedIndexChanged event fire?

I have a GridView which you can click on a row and it should call the SelectedIndexChanged method (which updates another part of the page based on which row was selected). I have done something ...
1
vote
2answers
47 views

change selection from ComboBoxColumn in DataGridView

I have a dataGridView with different columns. One of them is a ComboBoxColumn with default selections (English, German, Chinese...). I add new Rows programmatically to my datagridview. ...
1
vote
3answers
124 views

Silverlight and ComboBox: ItemsSource and SelectedIndex workaround

I have a SL ComboBox like the following: <ComboBox ItemsSource="{Binding UserList}" DisplayMemberPath="Name" /> where UserLists is: List<UserItem> and each UserItem is: public class ...
1
vote
2answers
304 views

Listbox SelectionChanged firing when setting to -1 within function, wp7

I am running into a very odd problem in c# and I just wanted to know what is causing this. I have my theories, but not entirely sure and just want to see if it can be reproduced. Standard Pivot Page ...
1
vote
2answers
91 views

In ATK4, how to reload the page with value chosen in a select box

I have a page with a dropdown list defined as follows $memb=$this->api->db->dsql()->table('vscrum_member m') ->field('m.id') ->field('m.name') ...
1
vote
0answers
96 views

How To Get/Set SelectedItem in a Nested ListView?

I'm using a nested ListView to display a list of LinkButtons. I want to get the SelectedIndex (the clicked linkbutton) in the ListView but it is always -1. Below is my code. <asp:ListView ID="lvw" ...
1
vote
3answers
231 views

ListBox SelectedIndex is always -1

I have a Listbox with Button and Textblock as ItemTemplate. Button has an onClick event. All i want is to get the index of the clicked item, but SelectedIndex property in my ListBox is always -1! ...
1
vote
1answer
439 views

Actionscript/Flex: How to maintain the selected item (instead of index) after a Spark list sorts

I change an item in Spark List. The item then moves to a different index in the list since I keep the List's dataProvider sorted. However, the selectedIndex stays where the item used to be. I want the ...
1
vote
2answers
457 views

Use JavaScript to get selectedIndex from an innerHTML text string

What I have is this object.innerHTML which is this: <TABLE > <TBODY> <TR> <TD > <IMG id=ctl00_Def_ctl00_ucXXXControl_gvGridName_ctl00_ctl05_imgXYZError ...
1
vote
2answers
533 views

WPF Combobox SelectedItem hell

Im having a very funny issue in WPF Im creating a Combobox through code, and adding it to a control. When I set the Combobox.SelectedItem or Combobox.SelectedIndex or Combobox.SelectedValue I am ...
1
vote
1answer
2k views

WPF: ComboBox SelectedIndex = -1?

I am using a MVVM Wizard with several pages. When I set a value in the combobox and go to the next page and switch back I want to reset the value I set before. But all whats happening is that the ...
1
vote
1answer
887 views

UITabBarController rotation problem with popViewControllerAnimated and selectedIndex (iPhone SDK)

This is a very important auto rotate issue and easy to reproduce. My application has a UITabBarController. Each tab is a UINavigationController. Auto rotation is handled with normal calls to ...
1
vote
1answer
784 views

Do WPF ComboBox SelectedIndex and SelectedValue have different behavior on SelectionChanged event?

I got this cbxJobPosition_SelectionChanged firing as expected. The problem is when a external method tries to set cbxJobPosition. cbxJobPosition is databinded with a list of objects of type ...
1
vote
2answers
469 views

In JavaFX, how can I bind two listview's so their selectedIndex is always the same?

I have two (or more) ListView's that are side by side. I need them to act as one so the selected index of each is always the same. Thanks! Andrew Davis NASA - Kennedy Space Center Kettering ...
1
vote
2answers
252 views

Retriving data from ListView control

I have a ListView control set up in details mode with 5 columns. It is populated by code using the following subroutine: For j = 0 To 14 cmd = New OleDbCommand("SELECT ...
1
vote
2answers
1k views

DropDownList SelectedIndex problem in FireFox after page refresh

I've got DropDownList in UpdatePanel as shown below: <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <asp:DropDownList ID="DropDownList1" ...
1
vote
2answers
748 views

SelectedIndex of combobox not updating correctly using databinding

I have a ComboBox: <ComboBox Name="iComponentFieldComboBox" SelectedIndex="{Binding ComponentFieldSelectedIndex, Mode=TwoWay}" Height="23" Margin="132,0,280,38" VerticalAlignment="Bottom"> ...
1
vote
1answer
2k views

Grails g:select setting selectedIndex

How do you set the selectedIndex on a <g:select> tag with a value from the list? I have a page that allows you to add a record. the page then goes to a view containing a g:select and i want the ...
1
vote
1answer
428 views

ListBox selected index color wpf

I am just starting with WPF and I have this ListBox that displays an attribute from a class I made. I have to programmatically change the selected index, when I do something like: ...
1
vote
1answer
923 views

ComboBox SelectedItem does not change after clearing the observable collection

I'm having an issue with a ComboBox which is bound to an ObservableCollection and I was wondering if anyone can point to what I am missing. I have a ComboBox which is bound to a simple ...
1
vote
3answers
384 views

Gridviews and DropdownLists

Is it possible to change the data source of a dropdown list in a gridview from another dropdown list selected index changed method in the same gridview? for example I have a dropdown that needs to ...
1
vote
2answers
2k views

Getting the selectedIndex of the currently selected tab from a viewcontroller

I currently have an iPhone application with a tabbar and multiple viewcontrollers. All the views are designed in Interface Builder. I'd like to be able to get the currently selected index of the ...
1
vote
1answer
122 views

Difference Between Methods of Switching Tabs

Is there a difference between these two lines of code? self.tabBarController.selectedViewController = [self.tabBarController.viewControllers objectAtIndex:1]; and ...
1
vote
1answer
3k views

selecteditems and selectedindex c#

Hi I'm new to C# and I'm starting to learn how to program I'm learning to program into the Visual Studio Microsoft Edition where I use the WindowsApplication instead of the Console. While trying to ...
0
votes
1answer
28 views

GridView row in Jquery

I have a gridview which has an asp image-button for deleting a row. I implemented a fade effect while the row is being deleted; that's working fine. My problem is the fade effect works always - ...
0
votes
2answers
61 views

VB.NET List Box Selected Index

I seem to be having issues with the selected index on a list box. The list box is having various items inserted depending on the user selection. An example would be: LiIndex = ListBox1.Items.Count ...
0
votes
1answer
47 views

Tab bar controller selectedIndex or SelectedViewController accessor

I have created a tabbar based application which contains, let say, 3 tabs. In my first tab, I have 3 UIButtons. on clicking button 1, a new viewcontroller 1 is loaded and the tab 1 is highlighted as ...
0
votes
1answer
26 views

Reading different part of .plist depending on Selected segmentIndex

I've created a plist. I want to use a UIsegmentedControl with 3 sections. Each section should load a different part of the plist into a tableView. Can I please get some advise about how to achieve ...
0
votes
2answers
91 views

Get selected value of a picker view that is present in different view and use the string in some other view

I have a picker view in a view controller page,say view controller1.Now I have a requirement of accessing the selected string value from that picker view in another view controller say view controller ...
0
votes
1answer
37 views

JSF o:tabbedPane issue changing SelectedIndex

im working with JSF 2.0 and the OpenFaces <o:tabbedPane> im having some troubles changing the tabs.. i have an index with four jsf pages includes. like this <o:tabbedPane ...
0
votes
1answer
28 views

Selecting DataGridViewRow at a selected Index

I am having problems selecting a row out of the DataGridView on a search. The data source is a DataTable from a database. I am using a search box that checks the DataGridView for a product matching ...
0
votes
2answers
161 views

How to implement Hold in Listbox?

If hold the listbox, I want to get listbox index. This is my code: <ListBox Margin="0,0,-12,0" Hold="holdlistbox" x:Name="listbox" ...
0
votes
1answer
29 views

Why does DropDownList in Gridview increment value?

I'm binding a ddl inside a gridview inside an EditItemTemplate. The values bind but the index is incrementing up a step. I tried cheating a little and it helped but it revealed a second problem. ...
0
votes
1answer
36 views

How can I push table view row text from first tab item to second tab item's label?

I have a tab bar controller and first tab has a table view. How can I send selected index to sencond tab's label?
0
votes
1answer
90 views

Silverlight ComboBox SelectedIndex Changed Load other Control Component

I had made a main page and use user component to implement the style of master page website. i make a drop down combo box to allow user choose their role in the combo box, may i know is that possible ...
0
votes
1answer
60 views

table view selected index method not work (push)

there is a table view at my tab bar application' s firs tab. Then when click any row I want to do pushing secondviewController' s view. and there is label. The label's text must be selected row's ...
0
votes
1answer
137 views

Pass dynamic variables to Javascript function?

<?php if ($option['type'] == 'select') { ?> <div id="option-<?php echo $option['product_option_id']; ?>" class="option"> <?php if ($option['required']) { ...
0
votes
2answers
132 views

WPF SelectedIndex set issue of TabControl

I have a TabControl with two items. <TabControl x:Name="tab" SelectionChanged="TabControl_SelectionChanged"> <TabItem Header="TabItem1"> <Grid /> </TabItem> ...
0
votes
2answers
89 views

need some advice on using getElementsByTagName

Could anyone please explain to me in some details about getElementsByTagName and specifically how to properly iterate through the node list returned by getElementsByTagName. Here is my simple script ...
0
votes
1answer
126 views

How to know in Listbox which ListItem button is clicked?

I have Listbox: <ListBox x:Name="FriendsRequestList"> <ListBox.ItemTemplate> <DataTemplate> <StackPanel ...

1 2