Browse By Tags

  • WebDropdown returns null value for selectedItem

    Hi All,

    I am using webdropdown  control in my application .It was created from code behind and  bounded with around 345 data items in pageload.In submit button click ,i am trying to access the selectedIndex and selectedItem of webdropdown .But  in submit 

  • Webdropdown selects first item on hitting spacebar in the filter textbox

    Hello,

    I`ve a project with a several webdropdowns with serverside filtering, but when I try to filter and I hit the spacebar (to insert a 'space' character in the textbox), then the dropdown selects the first item. BUT thats NOT what I want...…

  • Validate WebCombo Selected selectedIndex = -1 (newbe needs help!)

    I want to validate a WebCombo on the client side using a custom validator. Validating that a dropdown selection has been made after the "Go" button is selected. Which means that I want to load/activate the javascript function at the end of the last page…

  • WebDropDown

    Hi !
    I have a WebDropDown control with multi-select checkbox option enabled.
                 DataTable dt = new DataTable("DataTable");

                DataRow dr = null;
                dt.Columns.AddRange(new DataColumn[] { new                  DataColumn("ID"), new DataColumn("Name") });…
  • WebDropDown Save and restore selected item.

    Hello again....

    I have a a WebDropdown that has been loaded with data from a table. What are the properties that I need to use to get and restore the selected item in the WebDropdown.

     

  • WebDropDown - SelectedItems from Javascript not working

    Hi,

     

    I am having trouble figuring out how to access the selected items property of a webdropdown through javascript when multipleselection is enabled.  The control is declared as:

     

    <ig:WebDropDown ID="cmbYears" runat="server" Width="300px"…
  • Re: WebDataGrid in WebDropDown Template

    well yes. On your sample scrolling works fine, however, please set a height on the webdatagrid inside the template. Set it's height to say 200px. This makes a scroll bar appear in the grid. Or make the grid wider then the container. This should make a…

  • Setting selected item/index in client-side code

    I am trying to learn how to programmatically set the value in a WebDropDown object (on the client).  Here is my test code:

    function SetTo(value) {
      var combo = $find('<%= wddRoles.ClientID %>');
      var items = combo.get_items();
      var index =…

  • Multiple selection selects wrong

    Hi,

    i'm using the WebDropDown with multiple selection enabled. As example I refer to the online sample WebDropDown - Multi Selection. As shown in the example, I have a long list of selectable items in the WebDropDown, beginning with an empty selection…

  • ig:RowEditingClientBinding & WebDropDown

    I have a webDropDown in my rowediting template of my webdatagrid. How can I bind its value properly so that when a user clicks a row and pops up the row edit template, the WebDropDropDown will display the rows current value. Please advise. It looks like…

  • How to determine if item is selected on client-side.

    On DropDownClosed client-side event of the WebDropdown, I need to know how to get the Web dropdown's selected item collection and get its text, value and index. I am not using the check boxes in the drop down, but I allow multi selection.

    1. What would…

  • How can I programatically (CSOM) select an Item in the WebDropDown?

    Hi Guys,

    I am trying to select an item in the WebDropDown without clicking it.  I see the methods to set an active item and also select an item by index. How can I use them?

    I have this 

     

    var tmp = $find("LetterDropDown1");

     

    var items…

  • Regarding Infragestics WebDropdown Control javascript Error

    Hi All,

     

    I am trying to use a Webdropdown Control with Multi selection Option Enable and Which is placed in a Update Panel/without Update Panel in Asyc mode as I donot want the control have any postback . based on the Items Selected in this Control  i…

  • Notification for WebDropDown loadItems call completion

    Hi,

    I am working on a complex page and one of the WebDropDowns triggers the values in another WebDropDown. When a value is selected in the first dropdown, the client-side handler will call the loadItems function of the second dropdown to retrieve the…

  • Multiple selection with checkbox - dropdownlist and selecteditems array out of sync

    Please refer to your official sample/demo page: https://www.infragistics.com/samples/aspnet/drop-down/multi-selection

    1. Use the first dropdownlist - which is the checkbox example.
    2. Dropdown the list using your mouse.
    3. Select the 3rd, 4th and 5th items in…
  • Regarding the webdropdown... List item Show empty Fields

    Hi all,

    I trying to Use a Webdropdown.  when i am Trying to Bind the Control with the Datatable setting its TextField and Value Field , it is showing the Values For the First Time and From the Next time it is Showing empty Text and Value though I am able…