Browse By Tags

  • Example of how to summarize grid columns

    I want to display the results of A, B, and C according to the formula I set using the values in each column.

    I found out that there is a function to summarize the values of the Grid.
    Any simple examples?

    The example provided by infragistic is a bit more…

  • Applying Formula formula in XamDatagrid

    Specific data is bound and displayed on the XamDataGrid. I want to update this data using a specific formula.

    For example, if I calculate *2 for all grids, I want to update the values of all grids with *2.

    I found that wpf supports these functions using…

  • XamDataGrid's ScrollToLastRowByIndex doesn't work

    int nIndex = 0;
    private async void BtnMeasureClick(object sender, EventArgs e)
    {
    PhotometricMeasureData test = new PhotometricMeasureData();
    ++nIndex;
    test.No = nIndex.ToString();
    test.Cell = string.Format("C[{0}]", nIndex);
    test.DateTime =…

  • ArgumentOutOfRangeException is thrown when initializing in XamGrid.

    public void InitDataGrid()
    {
    // [Grid 속성]
    {
    this.xDataGrid.HeaderHeight = 50;
    this.xDataGrid.AutoGenerateColumns = false;
    this.xDataGrid.DefaultColumnMinWidth = 100;
    this.xDataGrid.HeaderClickAction = HeaderClickAction.SortByOneColumnOnly;
    this.xDataGrid.RowHeight…

  • Select Vertical Inquiry and Add Data Vertically

    I want to create a datagrid in the style like the picture. As data comes in, the data is stacked vertically.

    I want the vertical line to be selected when clicked. I looked at the sample code supported here, but couldn't find anything like this.

  • [Xamarin][XamDoughnutChart] - Label new line item and font size

    it will be great if in the XamDoughnutChart we format the label in this way: Label (new line) Value and change the font size.
    Something like this:

      

  • Announcing Ultimate 20.1: What's New!

    With today's launch, we are extremely excited to get Ultimate 20.1 into your hands. Ultimate 20.1 builds on four key themes:

    • Delivering innovations and new experiences in Angular, React, Web Components & ASP.NET Core
    • Windows Forms and WPF support…
  • Please make a macOS version of the AppMap and productivity tools.

    It Ould be really grate if these tools were available on the macOS. My team will be using only MacBook pros to develop Xamarin applications and I really love the AppMap tool for d=generating an initial project structure and navigation using PISM.

    Thanks…

  • Resource focused view for scheduling

    Would be great to have something that functions similar to this

    https://fullcalendar.io/docs/timeline-standard-view-demo

     It's much easier to see what resources are available especially when you have multiple resources booked at the same time

  • Implement templates for Scheduler control

    I want to suggest the templating ability for the scheduler component.

    We need to implement a scheduler with some different layouts, so, we need to:

    • Implement our own AgendaView template, because currently the component renderer just one fixed template…
  • Using Inedo’s ProGet to Manage Infragistics NuGet Packages

    In the world of modern software development, libraries are usually distributed using different packaging technologies depending on the platform (NuGet, npm, bower, ruby gems, etc.). 

    Starting from Infragistics 16.2 we've provided NuGet packages for all…

  • UWP support for Infragistics Xamarin toolset

    We would like to see support for Xamarin.UWP in the Infragistics for Xamarin toolset.
    So we could use Infragistics Xamarin toolset also for our planned Xamarin.UWP app.

    At the moment, we are using the Xamarin Data Grid from the Infragistics Xamarin toolset…

  • Webinar Recap: Getting Started on Xamarin.Forms with Powerful Tools from Infragistics Ultimate UI

    I held a webinar for the APAC region: Getting Started on Xamarin.Forms with Powerful Tools from Infragistics Ultimate UI.

    I explained Xamarin and Xamarin.Forms Overview, Pros and Cons, and then demonstrated Productivity Tools below:

    Xamarin.Forms - Pros & Cons

    One question I received…

  • Infragistics Rounds Out 2017 with Awards from VSM, ComponentSource and SD Times

    Before we close the books on 2017, we’re proud to announce that we ended the year with product awards from Visual Studio Magazine, ComponentSource, and SD Times Magazine.  

    Visual Studio Magazine 2017 Reader’s Choice Awards

    Infragistics products…

  • Using C#, Xamarin and SkiaSharp to Delight and Amaze (Across Platforms)

    What is SkiaSharp?

    Cross platform development can be tricky, especially with mobile platforms involved. You could avoid it entirely by just building a separate app per platform, but that is neither cost effective, nor especially fun. Tools like Xama…

  • Ultimate UI Controls for Xamarin: What's New in 17.1

    We’re excited to announce the 17.1 release of Ultimate UI Controls for Xamarin. Our goal with this release is to continue with our Write Fast, Run Fast promise, while making it easier for you to create cross-platform mobile apps.

    We’re pleased to…

  • Write Fast, Run Fast with Infragistics Ultimate 17.1

    Here’s an interesting stat for you to chew on: 88% of developers use more than one programming language, while 57% say staying current with new languages, frameworks, and tools is one of their biggest challenges.

    Because you don’t have enough to…

  • Preview Apps as You Write Them with Xamarin Live Player

    One of the major announcements at Microsoft Build 2017 in regard to Xamarin is the launch of the Xamarin Live Player. The Xamarin Live Player is available in both the Apple App Store and the Google Play Store, and gives you an easy way to preview your…

  • Write Apps Faster with Ultimate UI Controls from Infragistics

    Note: This post was originally written for and posted at the Xamarin blog.  

    Are you ready to speed up the process of writing your cross-platform mobile app with Xamarin.Forms? If you’re new to Xamarin app development, or even if you’ve developed a few…

  • Scroll Seamlessly Through Large SQLite Tables in Xamarin.Forms with Low Memory Overhead

     If you’ve already worked with Infragistics' Xamarin.Forms/Xamarin.Android/Xamarin.iOS DataGrid (XamDataGrid) you’ll have discovered it knows some very neat tricks. You can bind it to a remote OData service and scroll through the rows

  • Ultimate UI Controls for Xamarin: Going Native for Mobile Developers (Infragistics Podcast Ep. 2)

    This is a quick recap of The Infragistics Podcast — Episode 2, where each week we talk with Infragistics experts and industry influencers about development tools and strategy, UX, and productivity. Be sure to listen and subscribe in the places you…

  • Webinar Recap: Infragistics Ultimate UI for Xamarin – Fast, Visual, Native Mobile Development

    In this webinar, Jason Beres, Senior VP of Developer Tools; Brian Lagunas, Senior Product Owner; and Karl Shifflett, Senior Platform Architect discussing how Ultimate UI for Xamarin will enable you to write fast and run fast with native cross-platform…

  • Show Live Updates to Your Xamarin Grids

    One common scenario for a datagrid in a software application is showing live updates to values inside the datagrid. For instance, a grid used to view stock prices might show frequent updates during trading hours. Or a grid used to edit customer data might…

  • Connect XamDataGrid to an OData Remote Data Source to Beat Device Resource Limitations

    Having the data available/downloaded to a mobile device with restricted resources may not always be possible. A solution to the device’s limitation is to fetch only as much data from the server as necessary to display at once. We have implemented the…