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…

  • DisplayValue isn't set when ComboTypeAhead="Suggest"

    Hi,

    we're using a ObjectDataSource together with a WebCombo control. With 2008.2 we were able to filter the data returned by a Select() using the value from the DisplayValue property. In 2009.2, the DisplayValue isn't set anymore and it seems that 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…