DataGridView.HitTestInfo equivalent in Infragistics.Win.UltraWinGrid.UltraGrid?
Does anyone know if the Infragistics UltraGrid control provides functionality similar to that of DataGridView.HitTestInfo? ...
Does anyone know if the Infragistics UltraGrid control provides functionality similar to that of DataGridView.HitTestInfo? ...
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...
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. ...
I am using Infragistic UltraGrid in window application. I need a event which is raised on check change of checkbox in Infragistic UltraGrid. ...
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??? ...
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...
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 ...
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...
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...
How to dynamically add checkbox in infragistics UltraGrid ...
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 ...
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...
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...
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...
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...
I need to select one row, multiple rows or a cell in Ultragrid to copy from the grid. How can this be accomplish? ...
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 ...
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 ...
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...
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...