Browse By Tags

  • Binding XamDataGrid to Data derived from Entity Framework

    Good morning! I'm trying to bind a XamDataGrid to an ObservableCollection made up of an object derived from a DBContext generated with EntityFramework. Though I am binding the datagrid's Data Source to my Observable Collection, the grid never visually…

  • How do I exclude a class field/property/method from being data-bound to an UltraGrid when that class is passed to SetDataBinding()

    I have some classes that I wish to bind to an UltraGrid for display, but there are public properties that I would like to be excluded from the binding/columnar display, specifically some List<T> properties that I do not want to be bound/displayed. For…

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

  • Upgrading to 21.2.46 with .Net 60 -> Problems with UltraPieChart and other charts when binding to DataTable

    Upgrading to 21.2.46 with .Net 60 -> Problems with UltraPieChart and other charts when binding to DataTable

    First can't get the Legend to show up correctly, so I just removed it for now.  

    Has anything changed in the Charts and data binding that…

  • Ultragrid and Databinding, datasource lagging behind the grid

    I've found several posts here regarding the OPPOSITE of this (forcing the grid to reflect new changes to the datasource), but the problem I'm having is exactly the other way round.

    I've bound a simple BindingList<> to the grid, it displays…

  • XamDataGrid datasource on field

    I Have a method that add extra colums on a datagrid but I there is no data in it how can I add a DataSoure to the field. there are already a other datasource set on the grid  ?

    private void konkurrenter_SelectedItemChanged(object sender, RoutedPropertyChangedEventArgs…

  • IgniteUI igDataChart updating series datasource in javascript dynamically

    Hi, 

    I followed the given steps in (https://www.infragistics.com/community/forums/f/ignite-ui-for-jquery/121293/adding-series-dynamically-to-igdatachart-and-assigning-data0 in order to add dynamically new series to igDataChart. 

    As a summary, my JavaScript…

  • Get selected row ultra grid and put in another ultra grid data source

    Hi, 

    Is there a possibility to get the selected rows of one grid
    and put them inside the data source of another grid?

    I know that I need to use this line code:

    Ultragrid1.SelectedRows = Ultragrid1.Rows(0)
    Ultragrid2.Datasource =?

    But I don't know if it's…
  • The Nuget 'Infragistics.WinForms.Datasource' is targeting not existing dependency.

    The assembly UltaWinDataSource is referencing the 'System.ComponentModel.Primitives, Version = 5.0.0.0', which hasn't got a 5.0 version.

    Error    CS1705    Assembly 'Infragistics.Win.UltraWinDataSource' with identity 'Infragistics.Win.UltraWinDataSource…
  • Updating feature with a POST request instead of a PUT request.

    Hello,

    I am currently using a RESTDatasource to populate my igGrid and I d'like to know if there is a way to change the update behaviour to make a POST request instead of a PUT request. I am currently using a IIs WebServer and it can be difficult to…

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

  • Rebind igDataSource with different URL

    I use an igGrid together with a ig.DataSource component.

    The datasource component requests the data over a json URL remote from a server. (ajax)

    When I try to change the URL during runtime and rebind the data to the grid, 

    I can see, that the request URL…

  • "Method or operation not implemented" exception when setting UltraGrid.DataSource

    Hello,

    I have inherited an old project that uses version 10.3.20103 of the WinForm controls, and uses data adapters and binding sources to populate the grids. I'm not familiar with the Infragistics code, and am struggling.

    I need to add a new UltraGrid…

  • No data in xamdatagrid

    I have this grid

    <igWPF:XamDataGrid DataSource="{Binding Path=aktiveUgeaviserMedAlles, Mode=OneWayToSource}" HorizontalAlignment="Left" Grid.Row="8" VerticalAlignment="Top" Height="365" Width="1537" Grid.ColumnSpan="13" Grid.RowSpan="3" Name="dgMediePlanlinjer…

  • datasource for spreadsheet

    Hi support,

    I'm wondering if is possible to bind a datasource do your spreadsheet component.
    We need to create a custom datasource, load it into an excel like spreadsheet and then extract it for the persistence phase.

    I'm searching trought tutorial…

  • Forcing XamDataGrid to treat an array as string

    Hello

    I have got an array that I want to display in a single cell (as if it was a string). 

    <igDP:Field Name="Array" Label="{x:Static resourceRepository:Resources.RMC_FlashCode}" Converter="{StaticResource ArrayToStringConverter}">
                      …

  • igCombo with Datasourceurl - How can achieve manual triggered lookup

    Hi,

    I have several igCombos on the same page and each one with a different url. I would like them to trigger the search only when needed (for example when the user searches or click in the arrow) and not when the control is rendered. Is there anyway…

  • Upgraded from v8.2 to v19.1: UltraGrid InitializeRow fires no longer synchronously when setting DataSource

    We have recently updated an old Windows Forms project from Infragistics NetAdvantage 2008 (v8.2) to the latest Ultimate UI 2019 (v19.1). Despite the versions being 10 years apart the upgrade was smooth.

    We do run into an issue, though: The firing behavior…

  • XamDataGrid issue in all versions after 2017.2, perhaps a bug

    Hi,

    I've been encountering some issue with XamDataGrid on all versions after version 17.2.20172.2029.

    Version 17.2.20172.20029 was the last working version, but unfortunately this version is missing some important features which has been developed…

  • Delay between datasource update and firing of events from the grid

    I have a BindingList of objects bound to an UltraGrid in an MVC patter. There is queue of commands used to store all operation on data and things like changed row selection on the grid. Undo / Redo is done from the command queue and may change the datasource…

  • UltraGrid Properties are getting null

    Hi team,

    I am facing one issue on ultragrid in my .net winform project using c# language. Details are below:

    (1)I have placed the infragistics Ultragrid in a Winform tab page & this tab page resides under a win form say grid-form.

    (2)I have one another…

  • Excel Spreadsheet as a DataSource example don't work

    Hello,

    I'm trying to reproduce the example here:

    http://help.infragistics.com/Help/NetAdvantage/WPF/2012.1/CLR4.0/html/xamPivotGrid_US_Excel_Spreadsheet_As_A_DataSource.html

    I can load a excel file and some data appear inside the dataSelector that…

  • XamPivotGrid with FlatDataSource - how row related data can be accessed

    Hi, I'm checking the XamPivotGrid and I need the ability to get the associated with the selected row data object:

     In sample: FlatDataSourceCB.xaml I added selection by rows and hanling for SelectedRowsCollectionChanged event:

    <ig:XamPivotGrid.SelectionSettings…

  • RefreshGrid() Never Returns

    I have a problem with my XamPivotGrid solution. The RefreshGrid() method never results in ResultChanged event. I'm not sure where the problem is. It could be in my code as well but how could I continue investigating this issue. Any events I could handle…

  • Populate WebDataTree whith a hierarchy of datasource unknown

    Hello,

    I am looking for a way to feed my WebDatatree with a data source or build directly in code behind (node ​​by node)

    The problem is that I do not know in advance the number of child node.
    I used the default component by Microsoft and built each