|
Browse by Tags
All Tags » UltraGrid » UltraGridRow ( RSS)
-
Hi, I'm pretty new to the infragristic controls so this might be an simple question... I have the selected rows from an Ultragrid and I can get the caption using "ultraGrid.DisplayLayout.Bands[0].Columns[j].Header.Caption". But is there a way to get this same info from the row itself? Thanks...
-
hi, having a really strange problem...not seen this problem before..and ive used winultra grids for awhile now. I have a main form set with a ultragrid displayed on it...when i call a dataset from a storeprocedure and ask the datagridview to display the data, it works perfect. However...when i click...
-
Mike, marcjannes, fergal1982 I have this same requirement in my project. The .Find() method is a new LINQ extension for collections. However, because the .All property doesn't know that the items inside the RowsCollection object (UltraGrid1.Rows) are UltraGridRow objects, what seems to be syntactically...
-
Hi, I've got a problem with UltraGrid activating rows in a hidden band. Basically I've got a DataSet with a master table (M) and two child tables (C1 and C2) bound to an Ultragrid via a BindingSource (DataMember is M). The band of C2 is hidden. When the user clicks on a row of the band of C1...
-
Dear All, i have an interesting question on Ultragrid. in fact i have two tables in a dataset. the table product and the table DealsAndPaymentsAndCoupon (which contains deals,payments and coupns for each product and it has one column which indicates the type of the ligne (1 -> deal, 2-> payment...
-
Hi, I am novice to infragistics programming. I have this piece of code to move row from one position to other after certain operation. The row is moved correctely first time i call this method but from next time onwards i am not able to move any row. Also when i see the value of row in watch window it...
-
Hi there, I have a dialog with an ultragrid with a filter row on top. Now, when the dialog is opened, the cursor should be in the first cell of the filter row, so the user can start to filter immediatly. If i understood it correctly the cell should be set to edit mode programatically. I added the following...
-
Hi Mike, I have a follow-up question. The InitializeRow event fires when a row is first added, or when the data for the row is refreshed explicity. In my case, I need to set the appearance of the whole row when the data is updated as a result of the values in underlying BindingList changing (these values...
-
Is there a simple way to get the height of the visible rows, or do I need to calculate it? I don't want to include the header, filter row or summary area. Is the only way to do something like: myGrid.DisplayLayout.RowScrollRegions[0].Height - myGrid.DisplayLayout.Bands[0].Header.Height etc...
-
Hello, Can anybody tell me if is it possible ( and if is, how to achive it ? ) to hide some informations displayed when using the outlook grouping. For example i have grouping row : TextA : TextB ( 7 items ) All i want to do is to hide : - TextA or TextB - ' : ' - information about items ( in...
|
|