Browse By Tags

  • using custom components inside igx-grid

    Hello dear Infragistics Team,

    i am currently having trouble using custom angular components inside of my igx-grid. For example, i created a paginator-component which contains the igx-paginator with a specific styling and configuration. This will help …

  • Adding a component to a dynamically added pane in the DockManager

    In this example attachPane dynamically creates a 'slot' entry with innerHtml set to 'This pane is added at runtime'.
    Is it possible to add a component instead, I want to place an igx-tree-grid on the pane.

  • Dynamic tabs with routing

    I am using Angular 11 and latest IG (Dec 2020 release), as I am on a brand new Ignite UI license.

    I am unsure how to go about dynamically creating a tab, with a routerlink to another component (with parameter).

    Example:

    Tab:Scenarios (list of scenarios…

  • Optimize imports weight

    Hi,

    I'm currently working on a project which require only the IgxGridModule from the awesome Ignite UI for Angular library.

    However, the single import of the component makes me load the 4.34 MB of the Igniteui-angular.js file on app or page load wich…

  • What's New in 17.2: Infragistics Ultimate

    Today, with the release of Infragistics Ultimate 17.2, we are expanding the features and functionality of our popular UI control suite for web, mobile, and desktop development. Additionally, we have added new developer productivity tooling and enhanced…

  • Simplifying Content Projection in Angular

    In Angular, content projection is used to project content in a component. Let’s take a closer look at how it works:

    Content projection allows you to insert a shadow DOM in your component. To put it simply, if you want to insert HTML elements or other…