Browse By Tags

  • Huge Data Excel Download

    Hello,

    I want to export huge data like >10lakh rows (>1crore values). I am not able to fetch this type of data through any API as there are memory constraints for any backend language that is around (10lakh values). How can I download excel values directly…

  • Angular 14 to 15 failing even after adding stylePreprocessorOptions

    Hi team ,

    I am updating from Angular 14 to 15. I see that the error shown is similar to what is added in this post 

    https://www.infragistics.com/community/forums/f/ignite-ui-for-angular/124892/sass-error-after-upgrading-vom-v14-to-v15

    Error for referen…

  • ignite-ui-angular/angular/components/grid/search

    I am having a problem with the search engine. It is not highlighting the columns that ng-template. I need to use ng-template to use the let-cell to manipulate the information and style.

            <igx-column *ngIf="row.datatype === 'capitalized…
  • Just in Time for Angular 17 - It’s Ignite UI 17.0.0!

    Angular 17 is here and many refer to it as Angular Renaissance! New features, new branding, new website, new future-looking identity – these exciting things make it a really special release. And just in time for Angular 17, there’s Ignite UI 17.0.0 as…

  • igx-grid vertical column headers

    Dear Infragistics Team,

    I am currently working with the igx-grid component and am exploring options for customizing the appearance of the grid's column headers.

    I have a specific requirement to align the column headers vertically. Could you please…

  • Ignite UI for Angular 16.1.0: What's New?

    Ignite UI for Angular is constantly evolving to improve developers’ experience. With the Ignite UI for Angular 16.1.0 Release, we do exactly that – offering better app building processes but also standardizing the UX across all of our modern…

  • What Is ViewChild and ContentChild in Angular?

    (Last Updated: 08.09.2023)

    ViewChild and ContentChild in Angular are used for component communication. For example, if parent Angular components want access to child components, they use ViewChild or ContentChild.

    In this blog post, then, we will explain…

  • Ignite UI for Angular 23.1

    Today's release of Ignite UI for Angular 23.1 is packed with exciting updates, introducing unique angular grid feature like Excel Export of Grid Summaries, new concept - the Standalone Components and more. 

      Angular 15 compatibility

      Angular 16 compatibil…

  • I want to store a combination of keys from the igx-combo

    I am currently on v14.2.* for AG/IG

    I have a pair of combos that need to store a combination of keys as its value and perform lookup on the same. The object array being passed to it has attributes such as "design" and "facility" with ids for each. I would…

  • Best 9 Angular Component Libraries in 2023

    Many applications bump into a stack of similar challenges, like providing an intuitive and consistent user interface (UI), handling or rendering large data sets, allowing seamless data integration, and communicating with other systems using APIs. And…

  • Ignite UI for Angular 16.0.0: See The Exciting Improvements

    We are all excited about the new Angular v16 release! We are eager to put our hands on the standalone APIs and take advantage of improved reactivity, server-side rendering, and tooling. At Infragistics, we strive to provide you with the best possible user…

  • combo filtering on parameters, model is id only

    I'm on IG/AG 14.

    I'm trying to build a pair of combo boxes for Designs which have properties: name, id, fab, proc, eng, etc.

    I want to filter on proc and group by fab, where the split is on the boolean "eng".

    Since the primary object…

  • Getting Error While Changing A Value In A Component's View

    Hi, 

    I'm, building web app in Angular, and I am facing this error again and again- ExpressionChangedAfterItHasBeenCheckedError

    Why this is happening?

    Any solution to get out of this.

    Thanks in advance

  • Data Chart increase font size of legend/axes?

    I am currently on IG/AG ~14.2.

    I couldn't find a property in data charts (currently using stacked line & stacked area composite, and bar & line category charts) which allows for increasing the font size of the axis markers or the legend. Current illustrations…

  • Data Charts: stop the line when the data ends?

    I am on IG/AG ^14.2.

    I have a data chart (based upon a data grid) which is fairly dynamic. The history of this arrangement can be found in Plot points of chart based upon multiple attributes, and others dealing with my journey through data charts.

    At any…

  • Mouse-hover in data-grid from field in data-grid

    I am roughly on latest AG/ID (14.2).

    I have a data grid which represents scenarios (name, start, end, etc.) to which users want to add a field for comments (to describe purpose for oddly-suffixed scenario names). Adding the field is simple enough, but…

  • Ignite UI for Angular 22.2: What Are All The Exciting Improvements In This Release?

    During the past months we have been busy developing cool new features and components for you and they all come together in the Ultimate 22.2 release, that comes with support for the Angular 14. Let's see what new goodies we have for you.

    In addition…

  • Plot points of chart based upon multiple attributes

    On AG/IG ~13.2.

    As a followup to Color coordinating by parameters between charts, I'm wondering how to get data points to be plotted based upon multiple attributes.

    I have built in functionality to filter down (and sum by) multiple attributes, as requested…

  • Ignite UI for Angular 14.1.0 Release

    It has been a busy time here at Infragistics, with a number of Ignite UI for Angular, Ignite UI for Web Components and AppBuilder updates and new releases coming in the past few weeks. After the June release of Ignite UI for Angular 14.0.0, that comes with…

  • Remove animations/transitions from tabs switching

    Hi Infragistics forum,

    I'm new to Ignite UI and using the tabs in our Angular 13 application and want to remove the transitions while we navigate the tabs.

    looking forward to hearing back from you soon.

    thanks 

    Muhammad Abdullah

  • Ignite UI Add padding using custom style

    How to add padding to custom styles for the column chart for the follwing code

     public assigningBigDotOverlayStyle(data: any,brush:any) {

        debugger;
        let args = data.args;

        args.fill = brush;
        args.stroke = brush;
        args.paddingLeft = "12px"…
  • Automating the Angular IgxSpreadsheetComponent with Selenium

    We run automated tests on our application, and part of our app uses the IgxSpreadsheetComponent (Angular 13.0) to display an Excel file that has been generated by our software. We also let the user manipulate the file that's displayed in the spreadsheet…

  • Ignite UI for Angular 22.1 Release - Updates and What's New

     It is time for our first major release in 2022, Ignite UI for Angular 22.1,and it includes one of the most powerful controls used to organize and slice and dice business data — the Angular Pivot Grid! The Angular Pivot Grid tremendously increases your…

  • Marker Issue

     unknownValuePlotting="linearInterpolate"
    Don't need to show marker for unknown value
    Currently the graph is shown like this
    But we need to show it like this
  • Programmatically create and access dropdowns

    I am working with AG/IG ~12.3.

    Users want to compare a list of scenarios with a dynamic length and several controls are necessary for each. The basics of it are the scenario type (to filter the list of scenarios down) and the scenarios list (for users…