Browse By Tags

  • Announcement: Changes to Ignite UI Product & Packaging

    With the June 2020 release of Ignite UI (Ultimate 20.1), we've made some important changes to Ignite UI.  The biggest change is around the branding and naming of the product:

    • We are replacing the Ignite UI for JavaScript branding and bundle optio…
  • 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…
  • ASP.Net Core 3.1 Editor Helpers not all working with model

    Hello, I'm creating a site using ASP.Net Core 3.1, with IgniteUI 19.2.25 and Infragistics.Web.AspNetCore 6.19.22.

    The MVC helpers for the more common controls (ComboFor, TextEditorFor) all work without a problem.

    However, the helpers for NumericEditorFor…

  • Asp.net Core & Visual Studio 2019 & Angular 9.0

    I have been experimenting the trial version of Ignite 'UI for Angular' before I purchase the license soon. Here are some issues that I got into.

    The Visual Studio 2019 'ASP.NET Core 3.0' template creates an Angular 8.0.0 app by default. Your sample…

  • Using IgniteUI Angular with Visual Studio 2017

    I wonder if anyone can help me to use IgniteUI Angular component in a Web Application ASP.NET Core that is generated with the VS2017 template for Angular.

    After creating my solution and test it successfully, i tried to use Ignite UI Angular without success…

  • ASP. NET Core – Creating custom Tag Helpers

    Asp.net Core provides a way to extend the Razor syntax with custom tags using TagHelpers.

     

    Using TagHelpers makes the Razor view much easier to understand from a non C# person due to the html look. Instead of using HTML helpers for creating a label now…
  • ASP.NET Core - Using Ignite UI components

    ASP.NET Core 1.0 is here, providing some new and exciting features that we can’t wait to get our hands on!
    We’ll take a look at some of the key features and concepts that were introduced as part of the redesigned ASP.NET Core together with examples…
  • Building simple multilingual ASP.NET Core website

    Introduction

    In this tutorial we will create new multilingual website in ASP.NET Core and publish it to IIS. Version 1.0 of ASP.NET Core was released in June 2016, so it’s quite new tool. Main feature of it is that we can develop and run our…