Browse By Tags

  • 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") });…
  • 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…

  • 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…

  • 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…

  • 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…