Browse By Tags

  • WebDropDown OnDemandLoad sample please....

    I am using WebDropdown and binding data with dictionary object. i am looking for some sample which should load the data while scrolling. I am not knowing the the implimnetation, all i need is to post back the page number to load the next page records…

  • WebDropDown loosing it's position

     

    Hi,

    i have a dropdown with a list of item (i built-it with a ListItem), when i type a letter corresponding to the start of a word all is working fine.  But when i type the second letter, the scrollbar go the the first item and if i take that scrollbar…

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

  • WebDropDown issues with latest service release Infragistics 9.2.20092.2108

    We use the WebDropDown as a pick list for searching employees. When you type the lastname it will auto filter the employees based on the match. But here are the issues:

    1. As soon as I type in, the list appears but when I select the item from the list…

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

  • Checking Selected Value When DropDownList control loses Focus

    Hi, I'm wondering if there is anyway to check the value of a WebDropDownList control on the client side when it loses focus?  I've tried implementing logic on the Focus client side event but it doesn't fire when user changes focus on the control. …

  • Re: WebDropDown issues with latest service release Infragistics 9.2.20092.2108

    I installed the latest service release and implemented the Itemrequested by having the EnableAutoFiltering= Server. I removed the valuechanging event, now the issue#1 is resolved with this code change and the issue#2 got resolved with the latest service…