Browse By Tags

  • Suggest Mode not behaving properly

    Hi,
    I have got an issue with the Infragestic WebCombo.
    Issue:

    I am trying to use Web Combo's in Suggest Mode to allow selection from fairly large datasets, this works well except for the following problem:

    When typing in the combo the dropdown…

  • SelectedIndex coming up as "-1" on postback

    I'm not sure what the problem is, but I'm using the webCombo that comes with NetAdvantage for .NET 2008 Vol. 1 CLR 2.0.  The list I am populating in the dropdown has around 2000 entries, therefore I am forced to have to use EnableXmlHTTP set to…

  • Cancel DataBind Event

    Hi,

    I have a problem right now.  I want to cancel the databind event if page is postback. I looked the databind event for the web combo

     

     

     

    protected void cboItems_DataBinding(object sender, EventArgs e){ ...}

    e.Cancel is not available. e is type…

  • Having problems changing the DataValue of a WebCombo

    Infragistics for ASP.NET 3.5.

     We're having difficulty changing the DataValue of at WebCombo on the server side.  We have the combo populated, and we want to change the value during a postback to one of the other selections, but this is causing trouble…

  • Make WebCombo Appearance like ASP Dropdown list

    I have a web page that has about 10 webcombos, each containing from 3 to 50 rows of data.  Some have multiple columns, some have only one.  The problem is, these combos bloat the page incredibly (>600K with only half of them loaded with data).  What I…