Browse By Tags

  • AutoComplete and Grid as dropdown suggestion list.

    My requirement is simple.

    I am looking for something like an autocomplete textbox in which when start typing it should show the fetched data from database table and display the matching  in a grid format as dropdown. 

    I tried this with webcombo control…

  • WebCombo doesn't display Dropdown list after scrolling and refiltering

    Bug in Version 9.1 of the  WebCombo control (also in 7.3).

    After filtering and scrolling the DropDown list, then when refiltering, the DropDown list is not displayed.

    The bug scenario is as follows:

    1.  Start typing string in textbox partr of the We…

  • WebCombo: row is null

    Hi

    I am using ultrawebcombo(hierarical Grid is placed inside the webcombo). I am getting error in FF, row is null. Error occur in afterselectchange .  wgrid.getActiveRow() it returns null in FF, but this is working fine in IE. Can any one help me for…

  • Press Arrow Server Event ?

    Hi,

    I am a new with Infragistics controls, and I have been searching for a while for a server event when i press de arrow button, this for refreshing the datasource with filtering rows on several columns based on the DisplayValue.

    The company version of…

  • filter valuelist whether adding or updating

    I have a situation where I have a webcombo dropdown box in a column in a webgrid.

    When users are updating existing records in the webgrid, I want the dropdown combo to contain a set of options in the webcombo - for discussions sake, say -> a, b, and…

  • Can Webcombo filter chinese?

    I use webcombo,and I can Filter the data when the DataTextField is english.but when then DataTextField has Chinese,the webcombo can't filter.how can I do it ?