While upgrading to the 2015.1 igCombo our app started throwing the error "Error in bindDataError: Operation not supported". I tracked it down to the enableClearButton property. It is still in the API did something change with this property that wasn't documented in the migration notes? Example below:
var bindCombo = function (node, nodeData) {
var $table = $("#" + node);
$table.igCombo({
dataSource: nodeData, //JSON Array defined above
textKey: "DisplayText",
valueKey: "Identifier",
mode: "editable",
enableClearButton: false,
selectItemBySpaceKey: true,
initialSelectedItems: [{ index: 0 }]
});
};
It looks like the IgniteUI Infragistics.lob.js code is throwing the error from this case statement. Do you know why? It's not in the migration notes at all.
case "dropDownAttachedToBody":
case "mode":
case "virtualization":
case "enableClearButton":
case "format":
throw new Error($.ig.Combo.locale.notSuported)
Hello,
Thank you for contacting Infragistics!
Which version of 15.1 you are using?
Best Regards,
Regarding initialSelectedItems issue, I have tried it and it's working. Could you isolate this issue in a sample?
Let me see if I can create a sample of all of this. Will get back to you with it.
Thanks!
I am looking forward to it.
I ended up opening a new case I couldn't upload the file on here.
How do I go about getting enableClearButton into 2015.2? This isn't a new product feature it is a loss of functionality.
Thank you for reporting this.
I have logged this behavior in our internal tracking system with a Development ID of 203257. A support case is created on your behalf with number CAS-158088-J4P3S7 , so that you can be notified when the bug is fixed. 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 bugs.
Let me know if I may be of further assistance.
Thanks!~