Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2732
IGGrid ComboEditorOptions -> MultiSelectionSettings bug
posted

Hello,

I have recently upgraded to IGNITE UI 2015.1 (SR1) and because of that I needed to upgrade my IGNITE UI comboboxes (http://www.igniteui.com/help/igcombo-migrating-to-the-new-combo). I have written all of my IGNITE UI with the RAZOR HTML helpers supplied by your company. While I was doing this I stumbled upon a combobox that was defined inside of a grid. Configuring its associated 'MultiSelectionSettings' so multi selection is disabled appears to render no multiselection object at all. The only time a multiselection javascript object is created is when I set the 'Model.Enabled' to 'true'. Is this a bug? Could you look into this?

Razor to generate my code:

ceo.MultiSelectionSettings(mse =>
{
mse.Model.Enabled = true; //BUG -> Setting this (or any other multi selection enable property) to false results in an error at runtime.
});

==> Generates: 

editorOptions: {
... (left out)
multiSelection: {
enabled: true
},

but 

ceo.MultiSelectionSettings(mse =>
{
mse.Model.Enabled = false; //BUG -> Setting this (or any other multi selection enable property) to false results in an error at runtime.
});

==> Generates: 

editorOptions: {
... (left out)
multiSelection: null,


Kind Regards



  • 23953
    Verified Answer
    Offline posted

    Hello Michael,

    This issue was already logged (Development ID 201198) and fixed in our internal codebase and the fix will be released in the next SR which will be available in mid-September 2015.

    I also created a case on your behalf with number CAS-159121-X0J9H7, so that you can be notified when the SR is available for download or request a private build.

    You can find your active cases under Account - Support Activity in our website. Select your ticket and go to Development Issues tab to view the status of related development issues.

     

    Best regards,
    Martin Pavlov
    Infragistics, Inc.