Advertisement

900 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%!

 

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

 
Time Tested Infragistics Solutions: 1 - 25 of 84
 
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...
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
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...
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...
Please advise detailed VB/C# code sample with for each looping to validate specific column cell values in Infragistics UlTraWinGrid. Thanks.
I am using Visual Studio 2005 with Infragistics for an asp.net C# web application. I am not certain about the version of Infragistics I am using. It is in the 6.XXX version range though. He...
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. ...
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 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'm using a Infragistics UltraWebGrid.  I have a couple of columns in a grid, the first column has a dropdownlist in it.  When the user adds a new row, the row is empty which is correct, i wan...
Infragistics Webgrid How to add a row in the middle using server side / client side code
I am a beginner in this realm, so bear with me - I have to replace one third party control with another, and the selected replacement comes from Infragistics.  The specific control I am lookin...
After the user selects a row in my UltraWinGrid, I want to effectively lock the grid so that no other row can be selected.  I have tried doing this by: myUltragrid.DisplayLayout.Override.Se...
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...
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...
My Environment is as follows: .NET 2.0 (Visual Studio 2005) SQL Server 2005 Infragistics 2007.3 UltraWebGrid Problem: After binding data to the UltraWebGrid I cannot see any of the rows...
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...
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...
I am using an Infragistics UltraWinGrid control in a VB.Net application to display country data using columns with a style of ColumnStyle.DropDownValidate. The 'Continent' column contains a...
I want to keep the high prority rows at the top of my ultragrid regardless of the column sort.  For example when my ultragrid is loaded, the high priority rows are listed at the top.  When the...
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...
How can I tell if a row is visible? I don't mean whether or not it is hidden, I mean whether or not it has been scrolled out of view.  Any ideas on how to do this?