Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Infragistics Solutions: 1 - 25 of 45
 
With the Infragistics Ultragrid control in VB.Net, how do I turn off the column sorting - on the whole datagrid - on selected columns?
I need to populate the Infragistics UltraGrid. I am using the datasset. The stored procedure returns 2 columns month, year.For month it returns the 1,2..........or 12.I can't change the stored...
I am working on Infragistics ultraWinGrid in windows application.ultraWinGrid populated with the dataset. The ultraWinGrid has one column cmf.whenever the copydown button is clicked,we have t...
In the Initialize Layout  event of the ultrawinGrid I have for loop. I dynamically added the columns to wingrid. In each iteration I make a call to the database and the dataset will returned. ...
The number of rows in the dataset(it has single table) decides the no.of columns to be dynamically added to ultrawingrid. I tried the code this way int noofstudents = Convert.ToInt32(ds.Tabl...
while working on vb.net I am trying to  add multiple tables with different columns to the single datagrid but no luck so far Can some please provide me a Sample code for how to create two t...
How can I add the items in the dropdownlist column in ultragrid Can someone please provide me the sample code also how to fetch the selected item value from the dropdownlist column Thanks
Please advise detailed VB/C# code sample with for each looping to validate specific column cell values in Infragistics UlTraWinGrid. Thanks.
i Have an excel spreadsheet I create programatically with infragistics controls, ASP.Net 2.0 VB.Net.  After the workbook is created, I want to send it to the client giving them the option to o...
I am trying to come to grips with using the Infragistics UltraGrid control for .NET 2005.  To say that the documentation is sketchy would be an exaggeration.  Does anyone have any good resourc...
ultraWinGrid column summaries In the InitializeLayOut event of the ultraWinGrid I added the following  code to calculate the column summaries for two of the columns. Both the columns popula...
I have a checkbox column within an Infragistics UltraGrid.  When the user ticks the check box I have to display 'X'  in the next column cell.  When the user unticks the check box I have to dis...
I am using an Infragistics Ultragrid to display an accounts ledger.  The grid has a detail column, a debit column and a credit column.  The monetary values have to be formatted and I am settin...
Hi, I appreciate your time in helping with this problem. source code can be found at http://www.ryanupton.com/WebSiteTest2Userclick.zip DESCRIPTION IN BRIEF We have set up a Web-ba...
I have an infragistics ultrawebgrid control on my page and want to create a list of "changed" rows so to submit the changes to the underlying datasource. The problem is that I have the paging...
I have a Infragistics wingrid control on a windows form, I need to add an image to one of the columns. The column gets its data froma stored procedure. The grid is bound at runtime, I have...
The Infragistics UltraGrid is populated with dataset.It has 2 columns Volume and VolumeChanged. How to calculate the column totals? The user can edit the cell values. In this case the user has...
I created a DataSet and add 2 tables in. I want a hierarchical display so I setup 2 relations in ds. The problem is only the first relation work!!! my code:         DataSet ds = new Da...
I have an Infragistics ultra dropdownbutton control that i  want to add list items to How do I do this, there is no documentation on the iInfragistics web site. i am using vs 2005, C# winforms
Run-time Error 381: Invalid Property Array Index. I am getting this error while using the infragistics grid control. Please refer to the following code. Public Function Change_Detected() ...
I have an Infragistics Wingrid with 2 columns.  The first column is using a ValueList of "Codes", the second column is using a ValueList of "Names" : 001 John 002 Mary 003 Jane All I want...
I am using an Infragistics UltraGrid to display sales ledger information. Invoice lines have to be displayed in black and credit note lines have to be displayed in red.   At the moment, I a...
When posting back from a click in and infragistics grid, I set the focus to a textbox control.  The cursor is there in the textbox (blinking cursor) however I still need to click the textbox w...
The Infragistics ultrawinGrid is populated with the dataset.  The id column is hidden column in the grid. The grid has one button column. Every row in the grid has one button. when the button ...
I'm using NetAdvantage 2006 Volumne 2 CLR 2.0. I have a grid that I manually update the datasource with a stored Procedure.  I have a Column that is  defined as date/time and also defined a...