ultrawebgrid

Programmatically Adding Two Infragistics UltraWebGrids Renders Only One Grid with Style

FYI, this is a copy paste from my post on the Infragistics forums, see http://community.infragistics.com/forums/t/32458.aspx No answer from them yet so I thought I'd drop this one down on the stackoverflow peeps. Here's what I'm running: ASP.NET 2.0 AJAX Extensions 1.0 web application Infragistics2.WebUI.UltraWebGrid.v7.3, Version=7....

infragistics ultra webgrid- how to get references to header rows in a two level ultra webgrid

I am using the Infragistics' Ultra webgrid. What i am trying to do is this: my grid has two levels. i have a checkbox in the header of each level,as well as on every row of the grid(using cell and header templates). when i check the checkbox located in the header of the second level, all the rows below the header must get checked i.e. th...

How to turn on line number tooltip while scrolling infragistics ultrawebgrid

I once saw this feature in action but I don't know how to turn it on. The grid can show a tooltip with the current row number (or row ID) while dragging the scrollbar. This helps you to stop the scroll in the right place. I'm assuming some property will turn this on, but I can't find it. Maybe it is also dependent on the scroll mode? UP...

Infragistics UltraWebGrid Paging Controls...

I'd like to move the paging controls for my grid to a different area on the page that's not supported by the Alignment (left, center, right) or PagerAppearance (top, bottom, both) properties. Is this possible? The only way I can see to do it is by a CSS hack where I absolutely position the element. ...

Infragistic UltraWebGrid: Row visibility and inline styles

We're using an infragistics grid and the rows are suddenly running outside of the grid container. Instead of hiding behind the page and scrolling horizontally with the header they show on top of the page background, are stationary, and cause the browser to scroll vertically. This is in IE 8.O (in and out of compatibilty view) and works ...

autocomplete dropdown in Infragistics ultrawebgrid cell

Hi, I want to an autocomplete dropdown control in the ultrawebgrid cell in edit mode, so user can type the data and value is filled in automatically if exists, invalid data should not be permitted. is this possible? I don't want to use webcombo, it is too heavy and I don't need a multi-column dropdown. I want a simple dropdownlist, but ...

UltraWebGrid dropdown changed event

If you have defined a column and set the type to dropdownlist how do you intercept the event when the selected item in the dropdown changes? What I am attempting to do is populate the first column with a dropdown. Once a value there is selected I will populate the remaining column from the choice made in the dropdown. I am just not su...

How to add a hyperlink column in an UltraWebgrid that will redirect me to a popup window

Hi, I am pretty new to Infragistics controls and finding it hard to add a hyperlink column to the ultraweb grid. Can anyone help me out with this. Currently, I am binding the data coming from the Database to the grid. To this data I need to add a hyperlink column "View" that will redirect me to a popup. I need to pass some values from ...

Showing Dropdowlist in Ultrawebgrid column in Edit mode

I am trying to add a dropdownlist to a column in Ultrawebgrid. The problem is, the dropdown gets visible only when i double click on that selected column. So the user will have no option of knowing whether a drop down is actually present there or not. Is there anyway i can show the dropdown list without double clicking on the particular...

Infragistics UltraWebGrid - ASP.Net - Grids position fixed and are not scrolling with page

I have two grids on a page that seem to always be position:fixed. I want them to scroll with the page when an overflow scrollbar appears on the body. The grids however ALWAYS stay in the same place and don't scroll with the rest of the page content. Is there any way to get an UltraWebGrid to be relative and scroll up the page with t...