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...
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?
I want to change one column in an Infragistics ultragrid to allow multiline entry (visual basic). When a user reaches the end of a certain ultragrid column, instead of the beginning of the tex...
i have a infragistics ultra combo box (databound) with 2 colomns A(ID) and B(NAME). I also have a ultra grid with some data .I have given the combo box as editor control to one of the colomns ...
i have a infragistics ultragrid populated. I gave the cell click action as Row select. By default first row will we active and in blue color. But after selected any row the color should chang...
I am using Infragistics (NetAdvantage AppStylist) to try and design the look of my forms, I am able to change how the ultrabuttons etc look, but I am not sure how to modify the actual form its...
I have an Infragisitcs Combo Box that return 2 columns. When the user keys text into the box, it automatically searches on the first column and drops down to the row containing that text. I ...
hi,
I have an infragistics ultragrid populated from database. when i click on particular cell,entire row will be selected.this is because i selected cell click action as entire row .but in th...
i have infragistics ultragrid populated. it has cell click action give nas "Row Select". But for some cells editing is required. so i placed a text box and given them as the editor control for...
I use an infragistics tree control and each node requires a unique key. If a key is not provided it uses the node text which rapidly causes and exception. What is the best way to create a ke...
hi , i am workign on infragistic controls. in my windows form i have an ultragrid with say 10 colomns and ultralistview with those colomn names(10 grid col) as the items in it. So we have to s...
i have a infragistics databound ultra grid. the data in the grid keeps on changing on the selection made by user.I awanted to add a row count colomn to the grid.so i added that in the initial...
I am just looking for some clarification on the following, is Infragistics 2005 compatible with Visual Studio 2008? Are there any current issues between the two versions? Are all controls in...
hi,
I have an infragistics ultra grid which is populated from database. After i get the data,suppose it has 100 rows in the grid, i want a colomn in the grid showing the rowcount as the firs...
0
I am fairly new to using infragistics controls. While they are (very) impressive they do add another layer of complexity, which I am muddeling through. So I am asking what I feel t...
hi , i am workign on infragistic controls. in my windows form i have an ultragrid with say 10 colomns and ultralistview with those colomn names(10 grid col) as the items in it. So we have to s...
I have the Infragistics UltraToolBars - Active Tabs component Active X control in my VB6 application. How do I set the color of the selected tab? When tabs are selected they are all the same ...
Hello,
Still new to infragistics, and I want to get the index of a column from an ultacombo(box) that is sorted so I can perform a AfterSortChange event based upon which column is sorted. Her...
I have an ultrawingrid with multiple data records and each record has a currency amount column. The currency of each record may be different and I want the format of the individual cells to be...
When I change a cell to a particular value I want a row in the ultragrid to change colors.
I've tried refreshing the row with the following 3 commands below (see code window).
Inside Ini...
hi,
I have a infragistic ultragrid populated from database.the data in some colomns will be o sometimes which is displayed as 0.000. What i want to do it if ata all the value is 0, then the d...
I am trying to display supplimental data in an ultratooltip based on the data in a particular row in an ultrawingrid.
The contents of the ultratooltip would be made up of the data in the ...