Browse By Tags

  • Upgrade to 18.1, now need alternative for RenderMatchItemsCondition

    I have several reports that have combo boxes on the page for filtering / searching. Previously these were populated like so:

            @(Html.Infragistics()
                      .ComboFor(item => Model.SelectedServiceManagementOption)
                      .Mode…