Browse By Tags

  • EnableAutoFiltering="Client" ScriptRessource error

    hello  I used a new version Infragistics35.Web.v11.1, Version=11.1.20111.2036

    But after upgrade the control WebDropDown result a ScriptRessource error.

    I use autofiltrering client side.

    my code :

     this error appears when i write a caract which is…

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

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

  • Re: WebDropDown AutoPostBack Problem

    I call a javascript function clientside that forces a postback on DropDownClosed to get the select item to work. There are still postbacks going in the background for getting more results but this lets me act on selection changed.
     
     
     <script typ…
  • A very quick note on the JavaScript

    Just noticed something in Infragistics.Web.UI.ListControls.WebDropDown.js.igDropDown.js which looked a bit odd:

    In createItem under $IG.DropDownItemCollection.prototype, the properties are initialized:

    var length = $IG.DropDownProps.Count;

    ...shouldn…