Browse By Tags

  • Text inside GridCell(web combo editor control) disappears when I move the mouse out of focus

    hi,

    In our web application I used UltraWebGrid and UltraWebCombo. Grid is bound with sql data source.Which has 2 columns.

    Country Code,

    Country Name.

    Country Name column has editor control of web combo.

    Webcombo also bound to sql data source.Which…

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