Browse By Tags

  • XamDataGrid Performance Optimization Samples

    Hi,
    We are looking into optimizing filter and sorting performance of a XamDataGrid containing 100k or more rows (taking 5 or more seconds to sort), and found the following blog/forum posts:
    https://www.infragistics.com/community/blogs/b/kiril_matev/posts…

  • XamDataGrid performance between releases

    Hello,

    Is there any performance improvement between v15 and v18 (or 19) in handling bound scenario? Namely update/insert/remove records in underlying ObservableCollection. We maintain about 200K records collection and it seems max out UI thread while…

  • UI freeze for 2~3 sec on loading

    hi team,

    We are facing an issue with Xamdatagrid. While loading data into xamdatagrid UI freeze for few seconds. there is around 35000 records.

    I want to load data without freezing the UI. if you can send any sample that will be good.

    Required Dlls:

    1…

  • XamDataGrid performance slow loading/drawing of grid

    Hi,

    I'm having issues with the performance of the XamDataGrid. Fetching data and setting datasource does not take long. But calculating and drawing the grid takes so long. I still have no styling..

    Is there any way of creating the simplest version…

  • UI Automation and UI Spy very slow with XamDataGrid

    Does anyone have any idea why the XamDataGrid causes such serious slow downs when being accessed from UI Spy or from the UI Automation Framework (i.e. for UI unit testing)?  We are seeing serious performance impact whenever our test code accesses the XamDataGrid…

  • High CPU Utilization when moving mouse over rows of the grid

    Hello,

    I am noticing high CPU Utilization when moving the mouse over xamdataGrid rows. We are using v11.1 version.

    I did some search and modified the styles to HoverlessStyles.xaml, however it reduced the spike from 30% to 15%. Is there a way to avoid…

  • High cost to re-bind XamDataGrid.DataSource in some scenarios

    We are seeing that in some scenarios there is a much higher cost to re-bind the DataSource of a XamDataGrid.  It seems, based on profiling traces, that all the time is spent in RemoveLogical/VisualChild downstack from GridViewPanelFlat+GenerationCache…

  • XamDataGrid and performance

    Hi,

    we have a productive version with loads of XamDataGrid. Our customer complains about the performance. The performance e.g. how long it takes to show the first data and mainly the scrolling behaviour is very slow.

    Most displays have a full hd resolution…

  • BringRecordIntoView performance

    Hi, we use BringRecordIntoView to bring previously selected record into view after grid DataSource updated. BringRecordIntoView method can take 1 - 2 secs, is there a way to improve the performance?

    Thanks,

    Crystal.

  • Disable Enable Grid Refresh

    In UltraWinGrid, there are methods BeginUpdate() and EndUpdate() to enable/disable grid refresh? Are there methods like that in xamDataGrid.

    We have a workflow that has a button on a cell, upon clicking on the button, the row was selected and an action…

  • XamDataGrid multi-field grouping is extremely slow when bound to a large number of records

    I'm binding the XamDataGrid to a reasonably large number of records (~15k) containing about 50 fields of varying types. When I start grouping by more than one field, the grid chokes the UI thread and my application ends up totally unresponsive for up…

  • XamDataGrid Excel Style filters and export to Excel very slow when working with 300,000 rows

    In my project we're attempting to use WPF XamDataGrid v2013.1 to work with some massive data amounts. On one screen we are working with more than 300,000 rows loaded into the grid (but the amount of that data set can increase in the future). A requirement…

  • Bindable Dynamc Data Structure

    I have a data structure that is an TestDataCollection<TestData> which derives from List<TestData> and implements ITypedList. My TestData object derives from List<T> and has some additional helper properties. Each TestData objects represents a column of…

  • [Performance] XamDataGrid takes 1-2 sec to render

    Hi,

    I use XamDataGrid (XDG) in my project. Most XDGs are in read only mode. One XDG take more than 1 sec to render.

    In my project, i have a screen which have one XamTabControl. This XamTabControl have 5 tabitems. Each tabitem have 1-3 XDGs.

    When i…

  • [Performance issue] It takes more that 1 sec to render the grid on UI

    I have used XamDataGrid in my code which is in read only mode. Also virtualization is fully on. Still it takes more than 1 sec to render the data grid. As number of rows is increased it increases but becomes constant due to virtualization after some rows…

  • setting field.Settings.EditAsType = typeof(DateTime?); makes grid very slow

    Hello

    We have XamDataGrid (assembly version 11.1.20111.2193).

    For DateTime columns we are using following style:

     

    <Style TargetType="{x:Type igEditors:XamMaskedEditor}" x:Key="DateCellStyle">
            <Setter Property="Mask" Value…

  • Filtering delay when record groupping is used

    Hi

    I have a grid with ~1200 rows and quite a few columns but in this case I have stripped them down to just 3. I have plugged y data source to the XamDataGridPerformance sample and the performance is fine. The issue I have is that the data needs to be…

  • Grid Performance: 455 Columns and 2000 rows

    Environment: Infragistics v10.2 & .NET 4.0

    The grid has about 455 columns and 2000 rows. Of the 455 columns only 50 columns are made visible and the rest Collapsed.

    Once the data is loaded, both vertical & horizontal scrolling is very sluggish …

  • Slow Scrolling

    We're trying to create an application with a large dataset that gives smooth scrolling. 

    This demo loads 30000 rows into the datagrid and the scrolling is not completely responsive.  What can we do to improve the performance?

    Thanks.

  • 10.1 update performance issue when using RecordContainerGenerationMode=PreLoad

    We recently upgraded to version 10.1 and noticed an extreme performance hit in one of our grids.  I tracked down the problem to the grid’s RecordContainerGenerationMode being set to PreLoad.  When I remove this setting, the grid (which is loaded via…
  • How to improve the rendering performance of WPF DataGrid

    Hi,

    I have Infragistics WPF controls V9.2 File Version (9.2.20092.1007). I have used Datagrid to show some information, But it renders too much slowly. is there any fix or process available to make it fast?

  • Where is cell virtualization?

    Hi,

    I'm looking at a performance issue on XamDataGrid. Here is how I'm using it,

    I put 120 UnboundFields into the layout and each of them has a customized CellValuePresenter. And there are only 5 records.

    This grid takes about 15 seconds to…

  • Optimizing XamDataGrid Performance Using External Data Operations

    A number of line of business applications use XamDataGrid for its rich feature set, high customizability and performance. If there’s been one constant development in the use of the XamDataGrid across all industries, it’s been the increasing amount…

  • Optimizing Infragistics WPF Controls Startup Time

    The XAML platform allows us to deliver controls offering much richer interaction and flexibility when compared against Windows Forms. However, the many complex controls and elaborate themes, can increase the initial start up time in WPF applications,…

  • Optimizing Infragistics XamDataGrid Performance

    The XamDataGrid component, one of the controls in the NetAdvantage for WPF Line of Business product (free trial version available here) is the most frequently-used component from our WPF product. It presents your tabular data, and allows you to group…