Browse By Tags

  • Adding an ultraSparkLine to UltraGrid

    Hi

    Is it possible to add an ultraSparkline chart to an ultraGrid row in code? and if so do you have an example of how to do it?

    Cheers

    Dave

  • export ultragrid data to new Excel workbook and automatically open it

    Hi.

    When I use the code below to export the data in a grid, specifying the target path and filename, everything works fine. 

    ultraGridExcelExporter1.Export(ultraGrid1, "c:\\Test\\Report.xlsx");

    However, when I use the code below to export the…

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

  • Filter row for a column is slow for large values in Ultragrid.

    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…

  • DataRow.RowState not updated after setting UltraGridCell.Value

    Hello,

    We recently went through two upgrades. The first was upgrading from .NET Framework 4.7.2 / Infragistics 18.2 to .NET 6 / Infragistics 22.1, and the second was upgrading from Infragistics 22.1 to 23.1.111.

    I'm not sure at which point this behavior…

  • Ultragrid Drag and Drop entire Groups

    Is there a way to drag an entire group?

    I have a grid with some VOs that are grouped by 1 field. I want be able to reorder the groups by dragging them over each other, interally assiging a sequenceNo per group. 

    So when group 3 is dragged above group 1…

  • After upgrading from .net framework to .net6 ultragrid displays some double variables as infinite

    Hello,

    I am using the UltraGrid control in version 23.1.52 on .NET 6 and after upgrading from .Net Framework 4.6.1 it displays some double variables as infinite. The value comes from a SQL query "ek.CLeNumber * ek.CLeSum AS Sum".

    In the attached…

  • Summary on cell merge

    Hello.
    
    I have a problem with the grouped cells, as seen in the image, the painted cells are the grouped ones, exactly in the TOTAL column, 3500 is correctly observed, however in the sum at the bottom it is observed that it is adding 7000, this because…
  • UltraWinGrid ColumnStyle.Color Text Shown Format

    I have a wingrid control, I set the style for one of the column as color.

    col.Style = UltraWinGrid.ColumnStyle.Color

    I want the text of the cell shown as [#26A65B], not as [38, 166, 91]. What shall I do?

    Thank you.

  • Issue with starting to edit cell with AutoEditMode and some Unicode characters

    Hi

    We use an UltraGrid (.NET Framework 4.8) with these two settings configured:

    .Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.CellSelect;
    .Override.AutoEditMode = Infragistics.Win.DefaultableBoolean.True;

    We have the issue…

  • Paste data into Ultragrid with Ultradropdown column

    In a Winform App using Infragistics v20.1, I have an Ultragrid bound to a DataTable. The first column of the UltraGrid has a Ultradropdown column, which has a integer Data Column an a string Display column to ease input of a mandatory value. The Override…

  • Index out of range Exception leaving cell

    We are using Infragistics4.Win.UltraWinGrid.V23.1

    sometimes we are getting an exception:

    bei System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
    bei System.Collections.ObjectModel.Collection`1.RemoveAt…

  • Error Encountered While Exporting Large Data Set by using UltraGridExcelExporter. Export

    Hi All ,

    I am reaching out to address a critical issue that we are currently facing while utilizing the export method within your software library.

    Our team has been using the export functionality to export sizable data sets, and we recently encountered…

  • Performance Issue with Export Method for Large Data Sets

    Hi All,

    I hope this message finds you well. I am writing to address a performance concern we have encountered while using the export method in your software library.

    We have been utilizing your export functionality to export our data sets, which occasionally…

  • Programmatically Click UltraGrid Button

    I am writing a unit test and need to programmatically click a button in an UltraGrid I've created. I cannot seem to find a method to do this. For a standard Windows control there is a PerformClick() method but I can't find the equivalent for the button…

  • UltraGrid multiple selected rows color changing

    In Ultra Grid we have to select multiple rows using shift + mouse click.
    When am selecting 5th record its having red color and press shift + mouse click up to 10 records. It is taking first record color (red) and applying all the selected rows. This was…

  • UltraGrid Multi-Selection is not happening with shift key

    I have a  UltraGrid with checkbox. I need to select multiple rows. Its working when I'm select the row manually.

    but when I'm setting focus to the row by code behind, the Shift key selection is not working.

     Here I have attached sample,

    after reloading…

  • Save column filter to XML not working

    Hello all,

    currently I'm developing a feature to persist the UltraGrid filter configuration to a local file. Due to the fact that even more configurations (beside the grid configuration) already stored in a XML file the goal is to extend the XML with…

  • WinGrid column tooltip

    To add tool tips to an UltraGrid we're doing the following on individual columns...

    column1.Header.ToolTipText = "my tool tip!";
    column2.Header.ToolTipText = "my other tool tip!";

    I understand we can't natively set the tooltip …

  • UltraGrid - PrintPreview not printing background colour

    Hi, I need the printpreview to reproduce the view of the ultragrid exactly as it is, background colours and all. How can I achieve this? I read in a very old post that it wasn't possible but wanted to know if that's still the case. Attached is an image…

  • UltraWinGrid: How to change the background color for a single grid in the application

    We are using AppSyling for all grids in the application, but the customer just came back and asked for a slight yellow tint in one particular grid to signify that those values come from an external source.

    What is the easiest way to switch the entire…

  • UltraGridCell: Text and Value are different

    I have the following code to set the value as date with time

    mRow.Cells("Date").Value = DisplayLongDate("20230603100000")

    I stepped thru the code and made sure mRow.Cells("Date").Value  is "6/3/2023 10:00 AM"

    Then…

  • Force a CheckEditor inside an UltraGrid cell to be checked without changing the value to True

    I have a checkbox in an UltraGrid cell.  It works fine and changes the value for the row object.  However, I need to be able to display the checkbox as checked, without actually changing the underlying value of the row object.  I have tried the following…

  • Ultragrid Word export wrong format first row

    Hi all,

    I have a problem exporting an UltraGrid to a Word document using the UltraGridWordWriter. Basically the export is working and all the data and formatting from the grid is saved to the Word document with one exception, the format of the first cell…

  • TriStateCheckBox not working as expected

    I tried searching these forums, but the search feature is NOT working, so no results are ever returned no matter what you search for.

    I have an UltraGrid and have tried a few approaches to adding a TriStateCheckBox to a column.  However, the intermediate…