Browse By Tags

  • UltraGrid Add Separator During InitializeLayout Event

    I am trying to add a separator in between columns during the initialize layout event execution. I previously had the code after the Initalize layout was fired, but I wanted to move it bec I saw it have a performance hit which I am trying to improve. When…

  • Infragistics Excel export gives an empty file

    Hello,

    I am using Infragistics version 17 in a WinForms SAAS project. I am using the UltraGridExcelExporter.Export() function (native function) and it is working fine if I am on the server which hosts the application. However, If I am remotely connected…

  • NET6 UltraGrid missing methods LoadFromXML and SaveAsXml

    Hi guys,

     I'm using WinForms UltraGrid for NET6 (not .Net Framework) and noticed that grid.DisplayLayout.LoadFromXML() and grid.DisplayLayout.SaveAsXml() are missing.

    In my application I need load previously saved xml layout (from a .Net Framework version…

  • How to read xml files into UltraGrid with one schema file

    Hi,

    We are reading xml files in an UltraGrid using below code, with this code we can be able to read any xml file data into UltraGrid. But the problem with the Data Type of a column. While reading XML it's taking column data type as String. Due to that…

  • Ability to exclude filter row from the grid columns auto-resize

    The UltraGrid does not currently expose an ability to shut off the auto-resize for filter row. Cells within filter row are taken into account as the FilterRow is essentially “just another row” in grid. However content of cells within the filter row can…

  • UltraGridExcelExporter Enable Excel AutoFilter / Sorting

    When exporting an UltraGrid with UltraGridExcelExporter, it would be nice to have the possibility to enable the "AutoFilter"-feature in Excel

    Otherwise, our customers need to always manually enable it.

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

  • How to force all formulas to recalculate on demand in UltraGrid?

    Hi. I am using WinForms v17.2 and have a UltraWinGrid with about 5000 rows and 90 columns. Many of the columns are calculated asynchronously with formulas set via the CalcManager. Before doing any operations, like export, I need to make sure all the calculations…

  • While scrolling in ultragrid, row with latest scrollposition is not in focus. Comes in focus when scroll is left

    I have an ultragrid with data binded, when I start scrolling vertically the grid the latest row is not in view. But when I leave scroll then the latest row comes into view. How can I achieve this?

  • UltraWin Grid - Error creating window handle for some users of application - suggestions?

    We have a large winForms application that is using UltraGrid that is data-bound to a source.

    A user that has utilized this form for many years has updated to a new computer.  Since the update, the user is having an exception occur as they are using the…

  • Office 2016 .ISL

    Does anyone have the Office 2016 ISL for Winforms AppStylist?

  • Support range color formatting in UltraGrid

    Hi 

    Currently UltraGrid does not support range color formatting similar to Microsoft Excel as shown in the image below. 

    Conditional formatting in UltraGrid only allows a single color to be selected.

    This feature would be very helpful in highlighting data…

  • Rearranging columns in ultragrid, doesn't reflect in the datasource (Winforms, Infragistics)

    Lets say, I have NameColumn, IDColumn, DOBColumn in an ultragrid. Manually, I drag and drop the columns to different positions in ultragrid.

    DataTable dt = ultragrid.DataSource as DataTable;

    When I checked the datasource, column names is in the same…

  • Update database using UltraGrid

    Hello team,

    I have a UltraGrid which is bound to a List of custom class as below.

    ultraGridExposureData.DataSource = expDataModelList;
    ultraGridExposureData.DataBind();

    I have a Button called UpdateData on the form and when the user hits on this button…

  • Touch Enabled Scenarios with Infragistics Windows Forms Components

    Infragistics Windows Form controls offer opportunities to cover different scenarios and represent data in your desktop applications. This toolkit is one of the best, most extensible third party controls that I have ever used for UI development. With more…

  • Creating a dropdown list in a grid cell whose list values are dependent on another cell

    Introduction

    The UltraGridColumn has a ValueList property which allows you to attach a dropdown list to the column. The dropdown list may be any class that implements the IValueList interface, which includes the ValueList, BindableValueList, or UltraDropDown…

  • Sorting GroupByRows in the WinGrid by the Number of Child Rows

    Introduction

    Using OutlookGroupBy, UltraWinGrid allows you to group rows with similar values together just like Microsoft Outlook.

    The way grouping works is that the grid will sort the column and then loop through the rows to find matching values.…