Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • How to Dock UltraGrid to Windows form

    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...
    Posted To Grids (Forum) By vinu88 On Fri, Jun 29 2012
  • UltraGrid - cannot create columns

    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"...
    Posted To Grids (Forum) By vinu88 On Thu, Jun 28 2012
  • ultrawingrid new row

    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...
    Posted To Grids (Forum) By Burmo On Thu, Jun 28 2012
  • UltraGrid, Selected Row and Cell edit

    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...
    Posted To Grids (Forum) By Alfredo Melo On Fri, Jun 22 2012
  • Column Average If Other Column is >0

    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...
    Posted To WinGrid (Forum) By rmeleiro On Mon, May 21 2012
  • Grid with DataSource and UltraChart

    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
    Posted To Grids (Forum) By MiguelTheMagic On Wed, May 16 2012
  • GroupByMode.Date + Grouping with null date values

    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...
    Posted To WinGrid (Forum) By MatthewKessel On Fri, May 4 2012
  • Choosing what to exclude rather than include when using SaveAsXML

    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...
    Posted To WinGrid (Forum) By Alex_Drakelane On Fri, Apr 27 2012
  • Add record through static row at bottom

    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
    Posted To Grids (Forum) By aiden On Wed, Mar 7 2012
  • Unable to write new value to unbound column.

    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...
    Posted To WinGrid (Forum) By townsma On Wed, Mar 7 2012
Page 1 of 36 (359 items) 1 2 3 4 5 Next > ... Last ยป