Browse By Tags

  • Filter component is slow for UltraGrid there is a Editor Component attached to it.

    I have an Ultragrid control that is bound to a UltraComboEditor(value2 as per code). It has been used since I need to enable multiple value selections and values to be seperated by ",".Filter row for this column seems to take bit of time (even for…

  • First column width is changed when setting SortIndicator - UltraGridColumn

    When I set a value for SortIndicator for any columns is not index 0 then the first column width automatically changes to the width of the grid size.

    UltraGrid.DisplayLayout.Bands[visibleColumn.Band].Columns[visibleColumn.Key].SortIndicator

  • Find Filtered BindingSource Index for UltraGrid Cell

    Sorry if this has been asked before. I just haven't been able to find the exact issue I'm having. I think I'm just totally missing it though.

    I have a datasource that I filter using the following in the texteditor_valuechanged event:

    multiStoreTrnBindingSource…

  • Can't access the 'IsValid' property when not in edit mode - Infragistics4.Win.v20.1

    Hi,
    I have a problem with our Ultragrid. It's about cells in date and time format.
    Unfortunately, the problem cannot be reproduced reliably, but it occurs almost every day. I have not found any current posts on this topic, only older ones where it said…

  • UltraGrid DataSource not binding to DataView/DataTable on Microsoft Surface tablet

    Apologies if I'm not clear about anything, I'm new to Infragistics

    What is the Issue?

    When reloading an UltraGrid with new data, Grid.Rows is not being populated correctly from Grid.DataSource and only the column headers are displayed until the…

  • How to check the items of DateTime type in UltraGrid

    The drop down only checks those items, which have its ComparisonOperator set to "Equals" since the checked items are always "Equals". That's working fine so far for String type. But how to check the items of DateTime type? 

  • my question is ultragrid under cardview


    I'm using the infragsitisc 2009 edition, please see the screenshot , could you please help me with the following requirements ? many thanks!

    1. How to change size( height and width ) of the image column ?

    2. how to not to display the fixed columns…

  • grid.PerformAction(UltraGridAction.EnterEditMode, false, false) does not work

    grid.PerformAction(UltraGridAction.EnterEditMode, false, false) dose not make  cell in EditMode

    See code below

    foreach (UltraGridRow r in grid.Rows)
    {
    UltraGridCell cell = r.Cells[key];
    UltraGridBand band = r.Band;

    if (r.Cells.Contains("ExpAccountSet"…

  • Converting for loop to a foreach

    Hello all! I am wondering how you would change this for loop to a foreach? I am getting index errors and everything else.

     int rowIndex = dgvBudget.Rows.Count;
            for (int i = 0; i < rowIndex; i++)
            {
                var row = dgvBudget.Rows…

  • Setting background of child rows after a column sort

    First just a short thanks to all who have posted here, I have solved many a problem with all the great solutions provided.

    Today, I have a grid with hierarchiel data that has child rows. I want the child rows to be the same background as the parent row…

  • Ultragrid Rows with no data are displayed

    Hi, 

    I am facing a peculiar issue. I have added a Ultragrid on a form and doing some preprocessing in the InitializeRow event. Now, occasionally, when the form is loaded, I can see rows but no data. This doesn’t seems to be an data issue since when I click…

  • Interrupt Paste of multiple rows into UltraGrid

    Hi All,

    I am using an UltraWinGrid in version 18.1 and would like to interrupt the paste of multiple rows into the grid. 

    There are 2 scenarios that I would like to overcome, both should result in the early interrupt of the process (ie, remaining rows not…

  • CardView Set max amount of cards pr line

    I have a dataset with 12 columns (X1,X2,X3.......) and 8 rows (R1,R2,R3.......)

    I would like to organize the cardview in my datagrid to show 4 cards pr line, but I get all cards at the same line with a horisontal scrollbar.

           | Row1 (R1)  | Row2 (R2) |…

  • UltraWinGrid scrolling to bottom with datatable

    After getting a DataTable back from a stored procedure call, I'm adding empty rows to the datatable so the user can enter more data into it. The issue is that after assigning the datatable to the ultragrid datasource property, the scrollbar moves all…

  • 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 regar…

  • How to set UltraToolTipeInfo in perticular row in win ultra grid control.

    Hi,

    I am using Infragistics New Advantage Ultra Win Grid Control. I want to show tool tip message on ultra win grid row. Tool tip message should have image and formatted text. Different different rows have different different tool tip message. For completing…

  • Ultragrid: Grayed out first cell

    I have a grid and when I select a row, then another the first cell in the first row has changed from black to gray. I would very much like the cell to remain black.

    /Dec

  • Ultragrid: which event when cellupdated

    I have an Ultragrid with rows which have 3 cell each. I want to do a calculation over one column. This calculation should be activated when one clicks anywhere other than the cell which has just been updated.

    I have tried with:

    - aftercellupdate

    - init…

  • How to set UltraToolTipeInfo in win ultra grid cell that like excel's comment.

    Hi,

    I am a user of  Infragistics New Advantage 2009.2.  I can show tool tip message on gridcells by using UltraToolTipInfo and UltraToolTipManager . But this tool tip message can be read only and a small mark does not appear on grid cell's top right corner…

  • Datarelation and ultragrid

    I have a datatable like this :

    Quantity   Price   Date     Comment
    50         20      10/15    Buy 160
    40         15      10/15    Buy 160
    60         14      10/15    Buy 160
    35         22      10/16    Buy 276
    44         16      10/16    Buy…
  • Using CUSTOM UltraTextEditor in UltraGrid (C#/Winforms)

    Hi,

    Using the UltraTextEditor, I have developed a class capable of managing Amount's and making sure commas are used and not dots and that the commas are placed correctly. It also uses a filter which allows the control to, for example if I place 1m it…

  • Can't seem to make undo work as expected.

    Hello, I'm new to Infragistics and I was wondering how to make the Undo functionality work.

    I have a button that adds a new Row to my UltraGrid. And another button that's supposed to undo that work, meaning, delete that row.

    Here's what I've…

  • DataType of UltraGridColumns for Summaries

    Hi,

    I Use the UltraWindGrid to display the result of a query like this:

                System.Collections.IEnumerable Source;
                List<Prestazione> lp = Db.Db10.PRESTAZIONI.ToList();
                List<Cliente> lc = Db.Db10.Clienti.ToList();
                Source =
                        from Prestazione pr in lp
    …
  • Why UltraWinGrid load records so slowly?

    We are using UltraWinGrid control in our window applications but we are phasing a problem, the problem is, that  this controls are taking to long to load thousands of records, can you guys tell me how to solve this problem please.

     

    Thanks,

     

    Hector…

  • WinGird Find and Replace

    Hi Infragistics,

    I am using your controls since long time in various projects. Recently in one of my desktop windows application, we have used many ultrawinDataGrid control. In couple of datagrids, we have a requirement 'Find & Replace' just like in our…