Browse By Tags

  • UltraWinGrid - .NET8.0 + ColumnStyle.EditButton Not Working

    I just upgraded to 23.1.202331.53. In existing grid cell, UI is not displaying the edit cell button when cell gets activated. Here is the code which sets this for a specific column. (Exact same code used to work before upgrade).

    _Tool_Grid.DisplayLayout…

  • Need Tooltip on Mouse Hover on a Rows in the UltraWinGrid which satisfy certain condition

    I have an application based on OpenEdge(Progress 4gL) in which a screen is designed using UltraWinGrid. The grid displays a number of rows (Lets say, rows of Jobs - J001, J002, J003). if a particular Job record satisfies certain conditions, then I need…

  • Grid RowLayout

    Hi,

    This may be a stupid question, but is it possible to remove the space of the hidden cells

    I'm aiming to do something dynamic like this bellow. But i'm guessing it's not possible?

    Thank you

    Hugo Silva

  • Changing color formatting in exported grid

    I have an app where InitializeRow colors the BackgroundColor of each row according to a hierarchy:

    But I want those colors to be omitted when I export to Excel.  I tried using if (!r.Band.Layout.IsExportLayout) on the lines of code in the grid's InitializeRow…

  • Hide column or change column name in same band

    Hello,

    I don't speak your language so I hope you will understand.

    I have a list of objects that contains another list of objects.

    To clarify the scenario

    Object 1:

    Public Class FaseReport

    Public Property Descrizione As String
    Public Property TipoEsitoAzione…

  • Re-applying Grid Appearances after Grid's initializeLayout event

    I found an older article written by Mike Saltzman regarding WinGrid Performance.  Great article for a newbie like myself.  I've created appearances within my grid's initializelayout event as suggested.

    The issue I'm running into is that some of…

  • Inconsistent styling of spaces in UltraGrid cells

    I have a report where the first column of each row is indented by a certain amount.

    Here are two screenshots.  They're different views of the same report.  The indenting is done the same (it's the addition of space characters before the row header…

  • Excel export of values vs text

    I'm noticing that when I export to Excel, what gets exported is the display and not the value.  For example, if I have a cell with the value 751.82 in it, but I'm formatting it rounded to the nearest dollar, it'll appear as 752 in the cell, and when…

  • UltraWinGrid Formatted Text not formatting

    I have a Formatted Text column with some URLs in it.  For example:

    (<a href="">PWRQA/.../a>)

    That's the actual text showing in the cell.  The markup seems pretty simple to me, so I don't understand why it isn't rendering correctly…

  • Only export values and not formatting

    Hello!
    I am using the Excel Export functionlity and I am wondering if it is possible to just export the a value in a grid cell straight into a cell in the excel file? Currently, the export functionality changes font, font size, colors etc. and makes some…

  • FormattedText not working in UltraWinGrid

    I'm using an UltraWinGrid to present a list of actions that have been taken. This was originally a webapp, and is being converted to a winforms app, and the actions often have HTML formatting. I've set the column to use FormattedText:

    band…
  • Winform controls compatible with NetCore 3.1

    Hi,

    I read that the infragistics controls for winforms are compatible with NetCore 3.1 and I am having the same error when loading all of them:



    In this case it happens to me when clicking on the ultracomo or the UltraDateTimeEditor, although I have the…
  • UltraGrid size of RowFilterDropDown

    Hello,

    I want the RowFilterDropDown to be wider and higher than it is by default.

    As described in these two older posts

    The width of the filter row dropdown | Infragistics Forums

    (+) How to change the filter dropdown height in wingrid | Infragistics F…

  • Multiple Child Bands with Different Type

    I have a data model that has a list of "sequence" objects, each "sequence" object has a child list of other "sequence" objects and a child list of "operation"s.

    • A sequence can have other sequences.
    • A sequence has…
  • Infragistics.UltraWinGrid problems adding a column after DisplayLayout.LoadFromXml

    I have an untrawingrid bound to a custom collection.

    There is a DisplayLayout that we've serialized to XML that we share with users. 

    We want to add an unbound column after the user loads the grid's displaylayout.  The sequence looks like this:

  • Error On clicking Ultra Win Grid Cell

    Hi, I am using Infragistics UltraWinGrid.v18.1 in my application.

    It is perfectly working well and showing the data correctly but when I click any of the cell irrespective of the column, It continuously throws me an error.

    See the Stacktrace of the Error…

  • Add button in Row Header

    Hi All,

    I got requirement in displaying icon in row header near to the row selection indicator (attached screenshot) based on some condition.

    Is there any possibility to add a button in the row header so that user can interact with it.

    Please share me…

  • Disable up/down key in Ultragrid editable column

    Hi, I have an Ultragrid that I fill with a datatable that comes from SQL. The Ultragrid should have some editable columns, all good so far; One of the columns is numerical when entering edit mode and pressing the up / down date, the value increases, how…

  • Ultra Grid Removing Selected Rows Problem

    Ultra Grid - Trying to Remove / Delete Selected Row (Checked Row ) from a Grid but only alternate rows get deleted Why it is Happening 

    Here my code:-

    for(int i=0;i < ugworkerslist.Rows.Count; i++)
    {
    string tallyno = ugworkerslist.DisplayLayout.Rows…

  • Wingrid indicator that a saved layout is being used in the gridl.

    I have wingrid (windows forms), which I allow users to save the layout using your displaylayout.save to a preference file.

    I was wondering if there is an INDICATOR option/light/button that can appear on the grid to show you that you have saved a layout…

  • Built in Ultragid Filter and Cell with UltraComboEditor

    Hello,

    I have a grid and one column is using a ultraComboEditor. This editor has a datasource linked to an object like this:

    public class PercentTest { public String TestPercent { get; set; } public Int32 Value { get; set; } }


    A list of these is created…

  • Checkboxes appears as Radiobuttons in UltraWinGrid and UltraCheckEditor

    We are using UltraWinGrid, and UltraCheckEditor (version 17.1) in our application. 

    In UltraWinGrid, the first column is check box. Sometimes that checkbox appears as Radiobutton, but they allow us to select multiple items.

    At the same time, on same window…

  • UltraWinGrid and running total column

    I have a Grid which displays a column with a distance in it and I want to display a running total of that distance.  this proved easy as there is a great example online and I added the formula as suggested and it all works.  My formula is as per the example…

  • Ultrawingrid not binding to children?


    Please help. Can't figure out why an ultrawingrid won't display the Children of a hierarchical data structure. Below is the essential gist of the code.

    - the Manager object is loading fine
    - the complete hierarchical structure is populating with…

  • UltraWinGrid duplicating column from UltraWinDataSource

    I am using the Infragistics4 version of the DLLs, version 18.1.20181.177 and Visual Studio 2017 with VB.Net, .Net Framework 4.6.2.

    We have noticed since we've upgraded that when we add a new column to an existing UltraWinDataSource, the attached grid…