Browse By Tags

  • Re-display selected text on blur

    Is there a way to reset the displayed text in the dropdown textbox to the selected item's text on blur?

    SCENARIO:

    1. User clicks in WDD text box and types a few characters
    2. A full post-back fires to retrieve a list of values to populate the dropdown…
  • 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...…

  • Pass Value of WebDropDown to hidden field Client Side

    Hi,

      I have a asp.net(form .net 4.0) application  that is a simple report program. I want to pass the value of a webdropdown to a hidden field. Please Help!

    .netadvantage 10.3

    function

    btnsubmit_click(sender, evntArgs) {

    var ddlYear = document.getElementById…

  • How to access web dropdown selected item value on server side code

    Hi All,

    I am using WebAsyncRefreshPanel, UltrawebGrid and WebDropDown controls on page.

    I have input html button outside the WebAsyncRefreshPanel.
    WebGrid is inside the WebAsyncRefreshPanel.

    I am using WebAsyncRefreshPanel content refresh event to call…

  • UltraWebTree Problem in WebDropDown

    I'm trying to put an UltraWebTree as the template control in my WebDropDown.  I am also trying to enable "multiselect" in the tree.  The problem is, when you check a box, it does a postback and only remembers the last item you clicked.  So…

  • WebDropDown v11.2: webdropdown won't do a postback if form is not valid

    Hi, 

    We're using the infragistics Webdropdown v11.2 in our web projects, but I've a weird issue: if one of the validationcontols on my page has an InValid state, the webdropdown won`t postback!

    I`ve tested it with v11.1, and in that version…

  • WebDropDown EnableAutoFiltering with AutoPostBack slows down the site

    I have a few webdropdown controls on a page with the following settings.

    OnSelectionChanged="wdd_OnSelectionChanged"
    EnableCustomValues="false"
    EnableAutoFiltering="Client"
    EnableAutoCompleteFirstMatch="false"
    AutoPostBack…

  • WebDropDown & WebDatePicker AJAX controls not persisting values or firing events

          I recently wrote an enhancement to an that included creating a new user control.  I initially added all of the new features in a new web application, before integrating it into the existing application.  The new user control within this new application…

  • I need a value in a WHDG row when an item is selected in a WDD

    I have v11.1.20111.  I have a WHDG with 2 WebDropDowns in each row on each of the child band rows.  I need to be able to capture a value in a different cell on that row that gets an onSelected event from either of the WDD's.  I understand that there is…

  • Re: Inheritance Problem - protected override void CreateChildControls()

    Hi I am just starting to work with Infragistics after several years, for my project I need to subclass WebDropDown and like the previous person it doesn't appear like CreateChildControls ever gets fired.

    Is this the case?  Is there a work around?