Browse By Tags

  • RowFilter drop down for WebCombo column in a WebGrid not showing DataTextField values

    I have a WebGrid with one or more columns which use WebCombos for their editor control.

    The values in the combos are of the Key / Value type, e.g. I have an integer Foreign Key column in my main Grid and I am looking up values in a reference table based…

  • Web Combo Value in Web Grid Cell

    Hi folks,

    I have a WebGrid set up with a WebCombo as a cell editor so that a user can select a value from the drop down to populate the cell value. I have type ahead set up on the WC and it has been working well.

    If you try and type a value that is…

  • Page with many UltraWebGrid and WebCombo elements too slow

    One of the pages in our ASP.NET application has 14 UltraWebGrid and 14 WebCombo elements.  This page takes too long to render in IE7.  The grid is flat, with no group-by or add-row functionality.

    Inspection of the page source shows a lot of 'bloat'.…

  • 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 does not open right under the ultragidcell

    Hello All!

    I have developed a web project using DotNet Framework 3.5 and Infragistics 2008 v2.  I am using Webcombo as a dropdown column in Ultrawebgrid. My problem is when I open webcombo by double cllck on ultrawebgrid cell, webcombo does not open just…

  • Webcombo in WebGrid doesn't show when using cell.beginEdit() in FireFox

     Hi All,

     I have come across a problem in firefox. I have a webgrid with webcombo on a page, (ajax enabled and uses update panel) I have also added the webgrid CellClickHandler on client.

    Basically, if a user first click on a cell, another webgrid on the…

  • Add Data from WebCombo to WebGrid...

    Don't know if this is the correct forum to ask this in.  It may be a webgrid question.

    What I am trying to do is the following:

    I currently have a grid that an admin uses for security to a web application.  Names and information is manually typed…

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

  • Help a newb with enabling AJAX on a WebCombo

    OK.  I have a WebCombo that I bind to a DataSet at runtime.  I would like to enable AJAX conditional downloading of the text/values. 

    I know that I must set the attribute EnableXmlHTTP = true, and somehow handle the InitializeDataSource event.  I'm stump…

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