Browse By Tags

  • WebCombo not firing a SelectedRowChanged after selecting item in rows > 1

    I have a WebCombo control that works correctly when I can select the first item in the drop down list. If I select an item that is not in the first row nothing fires. I'm using the 9.2 controls and I'm testing with 10.2 using 3.5 framework and VS 2010…

  • Strange Rendering of WebCombo DropDown Image and Grid

    Hi All,

           I need a little help.  I have a web page with a data source object (ObjectDataStore) and a webcombo that uses the data source.   When this page is rendered in IE the drop down arrow is rendered below the combo box and when you click it the grid…

  • Correct Settings for dynamic data lookup in Database

    Hello, 

     I want to achieve the following: In a Combo when the user typed 2 chars, a database-query (SELECT Name FROM Table WHERE Name LIKE '<CHAR_TYPED>%') should fill up the Combo with suitable values. It is because the table holds to many entries (10.000…

  • asynchronous post backs in WebCombo

    Dear All,

    The webcombo allows to use the asynchronous post back but the entire aspx page is reloading and postback is not visible

    Can i fetch the data from only InitializeDataSource event handler and without entire page load as Page_Init,Page_Load,Page_PreRender…
  • Select Row By server side Code when rowrang is 50 and target row not loaded in grid then how to load

    i am using Webcombo + sqldatasource and rowrang set 50 row. i am selecting row using server side code like ;

    WebComboSenderName.SelectedIndex = WebComboSenderName.Columns[1].Find(AtxtName.Text).Row.Index;

    but that row not loaded into webcombo . if row…

  • Paging is not working correctly

    i have a WebCombo inside an ultragrid. This webcombo is being loaded at InitializeDataSource method. I have AllowPaging = true, already set a pagesize, even the rowsrange. Also have a PageIndexChanged method which change the  CurrentPageIndex for the …

  • WebCombo Reinitialization Slows Other Controls Down

    I have a WebCombo with the following settings:

    sender.EnableXmlHTTP =

    True
    sender.Editable = True
    sender.HideDropDowns = False
    sender.ComboTypeAhead = Infragistics.WebUI.WebCombo.TypeAhead.Suggest

    It is implemented as a User Control (.ascx). I would like…

  • WebCombo not displaying at correct position.

    Hi All,

     I am facing a major problem with WebCombo, please follow the scenario below:
     

    I have a WebGrid in which I have nearly 20 columns and happened to use webcombos for all the columns, but when you click on a cell to edit and to open the webcombo…

  • Webcombo does not change the displayed value

    Hi,

     I am working with C# .net 2.0 and infragistics 7.1.

    I have a set of 2 webcombo boxes. The selection of the first one, triggers the value of the second combo box.

     Problem occurs when I select a value from first combo box and then select a value…

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