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…

  • XamDataGrid in a user control

    Hi,

    I want to show different grids based on business criteria with different columns.

    The idea is to have a separate UserControl with a grid and in parent page change it(by hiding/showing ). 

    I tried embedding the grid in user control with no data context…

  • XamScheduleView custom date format

    Hello,

    I am using a XamScheduleView and am attempting to make a custom template for the "igPrim:ScheduleViewDayHeader" as described in this post https://www.infragistics.com/community/forums/f/ultimate-ui-for-wpf/61165/xamscheduleview-date-…

  • XamDataGrid TemplateField Binding Question

    Hi,

    I'm sure I'm missing something obvious here but I'm trying to migrate the following from the XamGrid to the XamDataGrid.

    Here's the XamGrid xaml.  You can see that within the template I am binding to two different properties on the…

  • Problems with Binding

    I am aware of how to bind using INotifyPropertyChanged and raising an event.  But I am not able to get the bindings to work as I like in the DataTable Cells that a XamDataGrid is bound to.

    For example i have a class CellProperties (see snippet below) and…

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

  • XamDataGrid ComboBoxField to update underlying Text and Value

    I have a XamDataGrid with a ComboBoxField.  The ComboBoxField is populated with a list of custom object having 2 important properties: label, ID.

    The list of custom objects that populates my XamDataGrid also has label and ID properties.  How can I get my…

  • XamNumericEditor issue when bound to a property of type Nullable<System.Decimal>

    Hi there

    Can't i bind the XamNumericEditor to a property which is type of Nullable<System.Decimal>? The displaying of the value works fine, but as soon i start editing, the control reports an error: "The value <xxxx> could not be converted" (error message…

  • XamRichTextEditor Freezes application when binding to invalid html

    Hi,

    We have received an incident from one of our customers, reporting that the application freezes. We have narrowed the cause of the incident, and have found out that this is triggered when binding invalid html to the XamRichTextEditor. 

    We have tried to…

  • Problem using List(of T) and BindingList

    I am using version 18.1 in Visual Studio 2019.  I created a brand new Visual Basic WinForms project using .Net Framework 4.7.2.  I have to use Visual Basic due to an existing project I am working on.  This is just a test to try and get it working.

    I have…

  • Problem with delayed binding

    Hi

    I have an issue with a DataGrid and a delayed binding. In the datagrid i have a xamNumericEditor field which is binded to an Int32. I have tried to add the delay using a fieldStyle however it does not seem to work. Is there anyway to achieve this?

  • XamGrid to XamDataGrid

    Hello,

    recently I am trying to replace some simple XamGrid tables to to XamDataGrid and this seem to get complicated very easily.

    for example:

    with XamGrid I have 2 TemplateColumns bound to different properties of my viewmodel (It is working properly…

  • DataTable control Binding issue

    Hi

    I have problem with UltraTextEditor (and other Infra UI components building)

    1. Component bound to same DataTable column (eg Name on below example) do not update
        Expected behavior - leaving tbName and focusing (eg tbCity) should result displaying same…

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

  • Custom Series with custom data object bindings not working.

    Hello,

    I am implementing a custom series inherited from ": series", and I am trying to pass in more than a single collection of data points. The use case is that one of the data collections is actual data to graph and the second defines several "zones…

  • Custom Series with custom data object bindings not working.

    Hello,

    I am implementing a custom series inherited from ": series", and I am trying to pass in more than a single collection of data points. The use case is that one of the data collections is actual data to graph and the second defines several "zones…

  • XamBusyIndicator using Binding ViewModel

    Hi Team,

    I Need to use XamBusyIndicator using Binding ViewModel

    But It's not working as expected.

    When I giving the hard-coded value in IsBusy it's working. But when I use Binding its not working

    In XAML

    <ig:XamBusyIndicator IsBusy="{Binding…

  • Binding the property in DisplayTemplate with property other than the value to be displayed.

    <ig:XamDataGrid Grid.ColumnSpan="2" DataSource="{Binding StudentData}">
    <ig:XamDataGrid.FieldLayouts>
    <ig:FieldLayout>
    <ig:TemplateField Label="Marks" Name="StudentMarks" AllowEdit="True" AllowGroupBy="False" DisplayTemplate…

  • Legend doesn't add Series

    I use the sample project too test my implementation with the XamDataChart. 

    Unfortunately the Legend appears, but there no Items shown. 

    <UserControl
                 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                 xmlns:x=…

  • XamDataGrid ComboBoxField population

    Hi,

    I tried to follow Tacho's example.

     So far I managed to show a ComboBoxEditor in a field with correct data. But once a new items is selected the editor sets the item, but as soon as the editing is finished the item is set to null.

    What am I doing…

  • xamDataGrid: Binding field width

    Hello,

    how can I bind the field width? It seems binding is not working.

    <ig:Field Name="Message" Label="Message" Width="{Binding MyWidth}" CellValuePresenterStyle='{StaticResource styleMutltilineCell}'/>

  • Binding datagrid column IsEnabled in code

    We are dynamically creating the datagrid's fields collection in code. One of the fields is a checkbox. I need to bind the IsEnabled property so that I can disable individual cells based on data values via a converter. Although I see there is a converter…

  • Fail to set value more than once on XamMultiColumnComboEditor

    I have an issue using XamMultiColumnComboEditor v16.1 within a DataTemplate.

    <DataTemplate DataType="{x:Type fields:HistoryClientInfoFieldViewModel}">

    <ig:XamMultiColumnComboEditor ItemsSource="{Binding Values}"
    AutoGenerateColumns…

  • Can I feed custom colors using (A)RGB syntax or binding them via MVVM?

    Hello,

    I tried doing something like:

    <ig:XamColorPicker.ColorPalettes>

      <!-- Create Custom Palette -->

        <!--<ig:ColorPalette>

            <ig:ColorPalette.Colors>

                <ig:ColorPatchCollection>

                    <ig:ColorPatch…

  • Re: Forcing the selection of certain dates on XamDateNavigator

    Hello Krasimir,

    thank you for your availability.
    Forgive me if I insist.
    While I understand the explanations given, I wonder if would be possible to offer the possibility of binding it, given those limitations: the binding should NOT be OneWay, otherwise…