Infragistics Ultimate - includes Ignite UI for Blazor 25.1.63

Released: Aug 21, 2025

Updates in Ignite UI for Blazor 25.1.63

Features

  • Geographic Map
    • New Azure Maps. This is a new geographic imagery mapping service provided by Microsoft for the Infragistics Geographic Map.
  • The following properties of these components are now nullable:
    • IgbButton: Form.
    • IgbCalendar: SpecialDates, DisabledDates.
    • IgbCombo: ValueKey, DisplayKey, GroupKey.
    • DatePicker: Value, Min, Max.
    • DateTimePicker: Value, Min, Max.
    • IgbDropdown: SelectedItem.
    • IgbInput: Pattern, MinLength, MaxLength, Min, Max, Step.
    • Select: Value, SelectedItem.
    • IgbTile: ColStart, RowStart.
    • IgbTileManager: MinColumnWidth, MinRowHeight, Gap.

Fixes

  • IgbTabs
    • e.Detail is null in Change event in Razor/JS.
    • Marking a tab selected won't apply on subsequent attempts.
    • Dropdown list is not displaying in the correct location for components inside the tab.
  • IgbDataLegend
    • After grouping and summing data in dashboard tooltip appears to show badge in total section.
  • IgbXDatePicker
    • An error occurs when binding to a value using the "bind-Value" syntax and then clicking the clear button.
  • IgbDataChart, IgbGrid, IgbCombo
    • A NullReferenceException happens when the data type has a collection-type property, and the first element of that collection is null.
  • IgbDatePicker, IgbDateTimeInput
    • Date picker and data time input do not support nullable values.