Browse By Tags

  • How to add custom editor provider in mvc for combo with multi checkbox

    Hi,

    am using  ig 17.1 version.

    I have to create comboeditor with multiselect option in mvc.For that i need to create a custom editorprovider.

    How to create new custom editorprovider in mvc. Can you please provide some sample code?

  • MVC Helper renders removed placeholder settings

    I'm using Ignite 2018.1 with the included MVC5 helper dll (Assembly Infragistics.Web.Mvc, Version=5.18.1.40, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb)

    This Razor code:

    @(Html.DefaultComboUnbound("ddlAllChangeTypes", "AllChangeTypes", "Key…

  • 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…

  • Changes to clearButtonTitle, dropDownButtonTitle, noMatchFoundText and placeHolder in 17.2

    Hello,

    I'm using Ignite UI in multiple projects and I upgraded one from 17.1 to 17.2. I'm using MVC wrappers as I work in MVC. I noted that there were changes to the options for clearButtonTitle, dropDownButtonTitle, noMatchFoundText and placeHolder…

  • Bind data to combobox from model

    Hi,

    I have a set of objects in model. I created a combofor control and assigned string property for both ValueKey and TextKey(find an example below). When I am setting a selected value to the model property, it is not displaying anything in the control.…

  • How to bind a datasource having 65K data to a combofor control

    Not able to bind a datasource having 65K data to a combofor control.

    After binding its not loading.

  • Refresh combo after source was updated

    Hi IG,
    I am using MVC helper for cascading combos, and my child combo looks like this:

    @(Html.Infragistics().Combo("subTaskDropdown", this.Model)

    .ValueKey("Id")

    .TextKey("Name")

    .DataSourceUrl("subtask-combo-data"…

  • How to add MVC Helpers into existing MVC5/HTML5 app

    Hi,  I hope this in under the correct forum section but I have an application and started building it before before adding the IgniteUI reference and the js/css to the project.  Maybe i do not understand how the helpers are suppose to work but i was thinking…

  • igCombo Not Found Error

    When I use the combo MVC helper in my page then I get a javascript error that igcombo is not found on the same page if I put the igCombo javascript tag then it works fine. I am not sure why combo MVC helper does not work. Here is it how I am using it…

  • Cascading Combos with MVC Helpers (2015.1)

    Greetings,

    Can anybody point to an example on how to do Cascading combos with MVC Helpers?

    Thanks

  • Combo only sets first item in array when MultiSelectionSettings is enabled in 15.2

    I have the following combo:

                            @(Html.Infragistics().Combo()
                            .ID("EmployeeIDs")
                            .Virtualization(true)
                            .AutoComplete(true)
                            .FilteringType(ComboFilteringType.Local)
                            .FilteringCondition(ComboFilteringCondition.StartsWith)
                            .Width("100%")…

  • comboboxfor does not select item from model in version 15.2

    I have a comboboxfor like the following:

                        @(Html.Infragistics().ComboFor(item => item.DocumentViewModel.Purpose)
                        .AutoComplete(true)
                        .FilteringType(ComboFilteringType.Local)
                        .FilteringCondition(ComboFilteringCondition.StartsWith)
                        .Width("100%")…

  • Need a solution for following problems related to mvc controls

    Hello,

    1) I am using razor dropdownlist for one of my view. I am facing problem like drop down is only open when we click on arrow but not when we click on textarea of dropdownlist.

    2) I have used infragistics pie chart to show some analysis data. It…

  • binding ComboBox in infragistics grid using asp.net mvc helpers

    Hi All,

          I need to bind a combo box in infragistics grid on button click.I am not able to see the combo box on grid binding.I want to know why I am not able to do so.Please help.Thanks

  • Correct way of using the MVC helper to work with Cascading Combos

    Hello there,

    I've been trying to use Cascading combos using iQueryable datasets returned from my mvc controller actions to populate one combo based on the selection of another.

    My issue is that I'm having to use javascript/jquery for just 2 combos…

  • igCombo doesnt work

    can anyone please tell me why this doesnt work ? I would expect that when i start typing, the data retrieval method on my controller should be called, but its not

    @Html.Infragistics().Combo().ID("comboOrganisation").DataSourceUrl(Url.Action("AutoComplete…

  • igcombo multi-select mvc model binding issue

    Hello,

    I'm having issues getting a multichoice igcombo to bind correctly to my mvc model.

    - Model -

    public class GroupsModel
    {
    public Guid GroupID { get; set; }
    public List<Guid> Users { get; set; }
    }

    - View -

    @using Infragistics.Web.Mvc;

  • Tag Control that can hold multiple tags in Ignite UI (Similar to the Tags option you have while creating a new post in forums?

    Hi,

    We are using Ignite 15.2 with ASP.NET 4.6/MVC5 and we are looking for a Tag control that can hold multiple tags, allow user to add new tags, auto suggest based on the list of tags from the history to help us faster search for a item in our search…

  • Responsive igCombo through twitter bootstrap

    I am using IgniteUi 2013.2 & Asp.Net MVC 4.5

    My web application is heavily designed using twitter bootstrap for form layouts and responsive rendering.

    I have used [div class=col-lg-xx ]

    ..other elements (including igCombos,Grids etc) .. [/div]
  • igCombo Data Annotation issue after upgrade to 13.2.2055

    Hi there,

    I have upgraded my MVC Web Application to 13.2.2055. After the upgrade, all the combos on my view are failing the Data Annotation validation and say they are required, even though none of their related fields in the Model have the [Required…

  • Ig Combo issue

    Hello,

    In my application, i am using  ig combo in  j query model popup. When user  clicks on button,  j query popup will open and ig combo will be displaying there.

    Once the user  presses "Esc" key, the  j query popup will be close. Up to here…

  • IgCombo Design issue when Zoom is less than 100%,

    Hi

    I am facing a strange issue in IeWhenever the browser Zoom is less than 100%, the dropdown arrows are hidden from the user. i have checked some Sample application there also i am facing the same problem . Please have a look in to the following sample…

  • igCombo - drop-down list hides half the text area in MVC project when dropped down

    Hello,

    I am developing an MVC web application based on the standard template provided in VS2010.

    For all igCombos in the project, the drop-down list when dropped down begins about half way down the text area of the combo, not at the bottom. The result…

  • Display the Data in combo box based on categorized

    Hi,

    i want to display the data in igCombobox based on specific Category.

    Is it possible to display the data grouped by the Category name.

    Thanks

    Pradeep

  • How to create a CascadingComboBox in MVC cshtml using Razor syntax?

    Hi i am trying to bind the child control from parent control but nothing ig happening when i am doing selection change in parent control.

    @(Html.Infragistics().Combo(groupControl.ControlName, groupControl.ParentControlList)

    .ValueKey("Parent_Id")…