I have a unbound column in my grid that I would like to use as a row counter (1,2,3, etc). This row should repopulte each time the dataset is refreshed or rows are changed (deleted, added).
...
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...
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...
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 ...
How would I go about setting a needle value without drilling into the gauges,
and scales ansd setting it manually?
I just cant seem to find the properties and methods in the documentation...
Hi,
I am using Infragistics ultraWinGrid in C# windows application.Whenever the cancel button is clicked, I want to cancel the changes in the currently edited row in Grid. For that I have t...
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...
How do I deselect all rows after a grid has been populated with data? It
seems to be selecting/highlighting the firts row every time.
how can i dsiable highlight property
Thanks in advanc...
Please confirm if the following is true:
1) All running apps have to be stopped and closed when installing an update of Infragistics
2) Multiple versions of Infragistics can coexist on the...
My grid has a column for date and another for time. The time column is unbound, and is populated from the date column and formated as h:mmtt when the grid initializes. Now the user changes th...
How do I turn off the horizontal grid lines from an Infragistics UltraGrid?
How do I turn off the vertical grid lines from an Infragistics UltraGrid?
I've spent ages browsing through th...
VB.NET
WINGRID
Is there a simple efficent way to hide Headers on columns in a WinGrid? I only want to show the data without Headers.
Thanks in advance.
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 use the code below to get the total of the column boxes in an UltraGrid and this works fine.
Dim columnToSummarize As UltraGridColumn = e.Layout.Bands(0).Columns("Boxes")
Dim summar...
UltraGrid
VB.NET
I have a grid where I check for selected rows and then from a button press, I load a DataSet based on those records. I would like to capture the RowID of those rows to ensu...
winforms
ultragrid
vb.net
I need to take the datasource of a ultra grid and create a datatable from that. What is the best method to acomplish this?
Thanks in advance.
How can I make Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit display decimal amounts as 9999.0000 with the same amount of trailing zeros consistently both at display and input time?
1. I am using web services in VB.NET and has published my program.
2. This program also uses 3rd party tool which is Infragistics v3.
3. When I download the software at the client site it ...
Hi,
We are using 2007.2 and cant figure out how to use checkboxes as items when the style is "VisualStudio2005Toolbox" for the UltraExplorerBar.
We have dropped a UltraCheckEditor and us...
I have a WinGrid (Infragistics) where I need the last 5 rows in the grid to be different colors. My situation is that I had to populate my grid with data and the last 5 rows are summary calcu...
I am working on infragistic and trying to add multiple tables to a single ultragrid I dont know how to do that I have the code which is working fine when I am using it to bind with single tabe...
I need to create multiple ultragrid dynamically on run time
Can someone please provide me the sample code
Thanks
Can you compare the asp.net controls of Devexpress DXperience Professional v2007 vol 2 to Infragistics
asp.net controls. I believe Infragistics simular product is NetAdvantage for .NET 2007 ...
Why does this work:
(True Type Font)
Infragistics.Documents.Graphics.Font QuoteFonta = new Infragistics.Documents.Graphics.Font("verdana", 16, "C:\\Windows\\Fonts\\verdana.ttf");
...
Experts,
How can I read the dates selected from an UltraCalendarCombo?
I've found how to keep the control open so the user can select more than one item. I've also bound the UltraCalend...