Browse By Tags

  • Object reference error when binding webcombo column in ultrawebgrid

    hi,

    When I design ultrawebgrid by configuring columns with aspx code itself, when setting DataType and baseColumn name to a column which actually configured with webcombo column, on binding it throwing object reference error.

     

    My code look like,

  • Filter combobox based on value selected in another combobox

    My WebGrid has several columns that have a WebCombo set as the EditorControl.  How can I filter one combobox based on value selected in another combobox? 

    I don't think that I can use the strategy detailed here, because my query is much more complex and…

  • ComboBox Default Value

    note: the name of the field on the datatable that has the default value is "resource"

    Hello,

    I'll try my best to explain what I'm attempting to do. I have a datatable that contains (let's say) Resource and Resource ID. Resource may or may…

  • WebCombo as User Control in UltraWebGrid column

    Hi All,

    I'm trying to add a WebCombo inside of a UltraWebGrid column.  I'm doing this inside of an overriden CreateChildControls method which, for each row, queries the DB for the drop down items and adds the control to the cell in question.

  • WebCombo in a Templated Column of a WebGrid

    Hi

    I´m facing a problem with a templated column

    I have a WebCombo inside of a templated column of a UltraWebGrid

    I want to fill the WebCombo, with the data of a table in my DataBase, but I can´t find the way to do this

    How can i bound…

  • Custom Paging Clearing Previous Values

    We've implemented custom alpha paging (ie A, B...Z) on a WebCombo control that's been placed inside of a Webgrid column.    However, there is an issue with the following workflow:

    1) User adds a new row and for the webcombo cell chooses a value…

  • web combo usage in Ultrawebgrid

    Hi, I am new to ASP.Net development. and I have problems using dropdownlist / webcombo in ultrawebgrid. The problem I have is, I am able to show dropdownlist in a column of ultra web grid. But I am not able to understand the process of retrieving the…

  • WebCombo in WebGrid closes on dropdown

    Hi,

    I have an issue where an embedded WebCombo control in a WebGrid closes immediately after the WebCombo drops down.

    I have a WebDialogWindow which opens when the user wants to enter advanced filter criteria.  The DialogWindow contains the WebGrid control…

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

  • WebCombo in Grid Causing Browser Scrolling - Yuck!

    I'm using a WebCombo as an editorcontrol in a grid.  It works great!  Unfortunately, when I click in the edited column the page scrolls to the end.  This isn't the end of the world, but I know my boss is going to have a problem with it.

    I should admit…

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

  • WebCombo in WebGrid trigger by double click instead of single click

     Hi all,

     I am wondering whether is possible to have a webcombo in webgrid that trigger by double click instead?

    Because, I would like to single click a webgrid cell to create / display another webgrid on page with additional information regarding the cell…

  • webcombo inside ultra web grid control

    I am using a ultra web grid control for data entry purpose(insert only) and one column on this grid is a webcombo(type ahead). I am using a decalrative SQLdatasource to insert the data in the database.

    My issue is that the Value of the selected Item…

  • Related webcombos to load on demand (ajax)

    I have three related webcombos in webgrid.  Once the user selects the data in the first webcombo (static - preloaded), the second combo will be loaded via ajax, based on the first combo.  Then the third combo will be loaded via ajax based on the values…

  • Format of EditorControls in WebGrid

    I have a webGrid with several WebCombos used as EditorControls.  Several of my text cells in the grid can hold a fairly large amount of text, but to preserve a consistent layout of the rows, I use a DefaultRowHeight property of the grid.  In edit mode,…

  • Populate DropDownList from a Generic List<TObject>

    Can I bind a generic list objects to a UltraGridColumn.ValueList.DataSource? The object is a generic object contains fields mapped from database table. Here is my code snippet.

    public class ListData

    {

    public string Code { get; set; }

    public string Description…
  • Refresh webcombo on Ultrawebgid by a cell button

    Hi,

    On the Ultrawebgrid, for each row, I have a cell is a webcombo, and a cellbutton next to it.

    Because the data is extremely large (over 400K), the type ahead on webcombo is not a feasible as it is impossible to load 400K data on initial stage. So,…

  • WebDateChooser dropdown image shows cross (X)

    Team,

    One of our customers is facing an issue with WebDateChooser. They see a cross "X" on the WebDateChooser dropdown image instead of a down-arrow image. This looks to us that something is blocking the script for WebDateChooser, but we are not…

  • Webcombo is not working.

    Hi,

    I developed a web page with Infragistics35.WebUI.WebCombo.v8.1. I copied my web application in IIS 7 server. I was not able to get webcombo dropdown. The webcombo was not filled data from database. I tested database connection and connection is working…

  • Infragistics WebCombo FireFox 10

    Hi,

     I have Created one page with Infragistics WebCombo control version 11.1 in asp.net and  ran the application in FF 10.I  got below Error.

    "Input String was not in Correct Format"

    Please advice to solve this error.

    Thanks in Advance :)

  • Adding a WebCombo droplist into a UltraWebGrid

    Hi All,

     I am new to the Infragistics software and am currently experimenting with the UltraWebGrids and WebCombos.  I currently have a working WebCombo existing alone, and a working UltraWebGrid.  I wanted to add the WebCombo into a cell(s) of the data…