Browse By Tags

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

  • Building a stand alone Winforms App. Need help

    I am building an app that does not get installed.  The user basically downloads the app's zip file and runs from the directory.  I set the build of the project to include ALL .dlls necessary to run minus the .Net framework which is already installed…

  • How to use XamWebChart?

    hy,please give me a example how to use XamWebChart if it has any detailed example or video please paste the link?

     

  • XamDatagrid Unboundfield with ComboBox no items

    Hi I have an XamDatagrid with an UnboundField that is an ComboEditor. So when im setting the DataContext of the Page which holds the DataGrid with an ViewModel.

    _DetailFenster.DataContext = _ReminderViewModel;

    Everything is Binded only the ComboBox…

  • Setting XamDataGrid.DataSource every several seconds causes issues

    My application acts like a monitor on a database.
    Every 5 seconds I'm retrieving the data and setting it to the grid.DataSource.

    public void SetDataSource(object dataSource)
    {
        //Before the data changes we save the selected DataId and the scroller ofset…

  • C# WPF4 XamDataTimeEditor within XamDataGrid format issue

    Hi,

    I've recently upgraded an application to .net framework 4.0 & InfragisticsWPF4. Generally smooth transition but came across a very specific issue with formatting when using a XamDataTimeEditor inside a XamDataGrid.

    A use-case is as follows…