-
Hi, I have an ultragrid in a windows form. I want to dock the grid to the form, so when I expand the form, there is no gap between the form and the grid. I tried changing the Dock property of the Ultragrid to Fill and It still doesnt seem to work. or may be I am doing it the wrong way. Could you help...
-
Hi, I am new to using Infragistics Ultragrid. I have a win form, where I have placed an UltraGrid. I tried adding a column to the grid in the InitializeLayout eventhandler. The following is my code, Infragistics.Win.UltraWinGrid.UltraGridColumn chkbox = e.Layout.Bands[0].Columns.Add("AllowOverrides"...
-
Hi guys I sit with a situation on my hands where i always need a blank row in the grid which for a user to edit as a new row. I know the grid has functionality to have a new row on top,bottom or with a button... i cant use this... Im also using a rowedittemplate on this grid... can anyone suggest how...
-
Hi! I've an issue, when i use CellClickAction on SelectRow, i can't Edit a Cell, and when i Set CellClickAction to Edit, i clicked into a cell, the cell enters in edit mode, but is not select the entire row. Well i need in the grid, when i do clic in the Cell, the cell enters in edit mode, and...
-
Hello, I have this WinGrid and I want to add the following summaries to Col A: Average if Col B >0, if Col B>=0 and Col B<=100 Standard Deviation if Col B>0 if Col B>=0 and Col B<=100 Median if Col B>0 if Col B>=0 and Col B<=100 How can I implement this? With formulas or do...
-
Hi, I want to display some data from an UltraDataSource in an UltraGrid. At the same time I want an UltraChart beeing bound to that data, too. Is it possible to reflect UltraGrid filtering of grid rows in the UltraChart with no efford? And if so, could you provide me with a small example? Regards, Michael
-
I have a column in an ultragrid set to GroupByMode.Date. The column has null and not null values. When I sort the column in descending order and group on the sorted column the null date values are getting grouped with the last not null value. If the column is not sorted, or sorted in ascending order...
-
Hi, Hopefully this post may help others and act as a possible feature request. What I am trying to do save a layout to the database (works fine) but not without filters. However to do this I clear the filters before saving, my problem then lies in restoring the filters after the save. It would be handy...
-
Hi all, above is an image of a little app i am writing... I would really like to add a record to the table by editing the grey row at the end of each band. i have been searching for hours but to no avail. please any help would be appreciated. Kind regards Aiden
-
I have agrid with an unbound column. The column is of type string, and is defined inthe grid_init method. Then in th einit_row I set an initial value, which works. But then in code I need to change the value, but it does not change. Can anyone tell me why. I am sure it is something obvious. Please see...