ultragrid

DataGridView.HitTestInfo equivalent in Infragistics.Win.UltraWinGrid.UltraGrid?

Does anyone know if the Infragistics UltraGrid control provides functionality similar to that of DataGridView.HitTestInfo? ...

How do you get child bands in ultragrid without using related tables in a dataset?

I'm using linq to pull back an object (i.e. customer) that might have a collection of other objects(customer.orders). I would be nice if I can pass this list of customers to the ultragrid and a hierarchical view of customers and thier orders displayed on databind. When I try this, I just get customers. Anyone know how to get this to w...

Which event raise on cell value change in Infragistic UltraGrid ?

I am using Infragistic UltraGrid in window application. I need a event which is raised on cell value change. I try many events like AfterCellActivate,AfterCellUpdate but uanble to find right one. Please suggest me. ...

Which event raise on check change of checkbox in Infragistic UltraGrid ?

I am using Infragistic UltraGrid in window application. I need a event which is raised on check change of checkbox in Infragistic UltraGrid. ...

Display Headers in Infragistics ULTRAGRID when no data in table

In VB.NET i am fatching data from table using Dataset(SQL server 2008). When there is data in table it displays data properly in the GRID but when there is no data in the Table it shows the grid's basic view. How can i display the column name of the tables as Headings of the ULTRAGRID even when there is no data in Table??? ...

How can you dynamically add new bands to the Infragistics UltraGrid control?

Hi, I need to represent hierarchical data on the Winforms UltraGrid control. The data is contained on a BindingList object, which is assigned to BindingSource control. The objects contained in the collection have a "Children" property, which is another BindingList containing these objects. As our data volume is high, I'm only populating...

Infragistics UltraGrid: how to remove default selection of first row

I have put an UltraGrid on a WinForms user control. I have tweaked some settings so I can use the grid as a read-only multi-row select table. But there's one problem: by default the first row appears to be selected. But the Selected.Rows property is empty, and also the ActiveRow property is null. So the row appears to be selected, but ...

Adding new row in correct position to a user sorted wingrid with bindingsource

I have a Infragistics UltraGrid using a bindingSource. If I add a new object to my binding list, it adds a row to the bottom of the grid which is fine if there's no user defined sort. Question is if the user clicks on a column header to sort the grid, is there a way for new rows to appear in the proper sorted order instead of always on...

Infragistics UltraGrid: LoadOnDemand feature not working properly

I'm using the Infragistics Windows Ultragrid, version 7.3. I'm trying to use an UltraDataSource along with the LoadOnDemand mode. I have three bands defined: root, child and grandchild. When I click on the first row, it requests the data for the child band but also requests the grandchildren rows under the first child. Why does it ha...

Add checkbox in UltraGrid

How to dynamically add checkbox in infragistics UltraGrid ...

Accessing grid columns in same sequence in which they are visible.

Hi, I need to access columns of infragistics ultragrid in same sequence in which they are being displayed in grid. If i can get the index of column in same sequence as they are visible on grid, i can fix my issues. Thanks in advance. Lalit ...

Ultragrid/Winforms Grid Hierarchy problem

I need to create a winforms grid with 3 levels, using infragistics ultragrid. Level 1 has 2 columns (Fixed) ---> Level 2 has 3 columns (Fixed) --------> Level 3 has Infinite no of columns (Dynamic based on type of level 2 item) example Level 1 Item 1 --> 3 Columns (Fixed) Level 1 Item 1 --> Level 2 item 1 --> 3 Columns (Fixed) Lev...

Html Tag Error

Hi.... Im working with Visual studio 2003 and ultr grid... In my html code i can see tag error like "active schema does not support the element..." because of this i dont hav any problem to execute my web application.. but i just wanted to know why i am getting Tag error... is it because of third party tool ultrgrid?? Can anyone please h...

ComboBox in UltraGrid

I have to do some maintenance on an old VB.NET application (Visual Studio 2003) that uses Infragistics NetAdvantage 2006. I need to add a column to an existing UltraGrid control. This new column must act like a ComboBox, allowing the selection from a list of values. I added the new column, and set the Style to DropDownValidate. I crea...

Multi Band Infragistics UltraGrid Row Select problem

I am bringing in data from SQL that is to be displayed in a multi band ultragrid. This works great. It does what it is supposed to in this regard; however, if I try to select a row other than the first one, in any band of the bands, it freezes the program. When the grid is loaded, the first row seems to be active (text is bold), so I tr...

How can I select row or rows or cell in Infragistic UltraGrid?

I need to select one row, multiple rows or a cell in Ultragrid to copy from the grid. How can this be accomplish? ...

How do I find the currently selected (or active) Row in an UltraGrid

Using the Infragistics UltraGrid (e.g. myGrid), I want to: Hook an event that will fire when active row is changed (selected, clicked, etc). Do something with the selection SUMMARY ANSWER Subscribe to event AfterRowActivate Get a reference to myGrid.ActiveRow ...

Are Infragistic Ultragrid and Infragistic WinGrid the same product?

Hi guys. Have some task with Infragistic UltraGrid requirement. Found Infragistic controls' list on their site, but there is no UltraGrid in it, only WinGrid. Please, tell me, are these products the same? Thank you ...

infragistics ultragrid pasting from excel

Hi I'm using infragistics net advantage for .net framework. I have a really weird error with their ultragrid. I will try to explain it: On my ultragrid I have 5 columns. I am trying to paste 11 rows and 5 columns from Excel. If I leave entries in cells empty of the LAST column and the row BELOW row 6 (i.e rows 7-11) I get the followin...

Refresh UltraGrid's GroupBy Sort on child bands when ListChanged?

I am using Infragistics 2009 vol 1. My UltraGrid is bound to a BindingList of business objects "A" having themself a BindingList property of business objects "B". It results in having two bands: one named "BindingList`1", the other one "ListOfB" thanks to the currency manager. I would like to refresh the GroupBy sort of the grid whenev...