Hi,
when I try to show Accordion with all items selected I receive the following error message:
ej.web.all.min.js:10 Uncaught TypeError: this.model.selectedItems.push is not a function(…) (details in the attache file)
I'm using version 14.3.0.52 of ej.web.all.min.js
and the following code for selecting all items:
List<int> selecteditem = new List<int>() { 0, 1, 2 };
Html.EJ().Accordion("ContractAccordion").EnableMultipleOpen(true).SelectedItems(selecteditem).Items(data =>
{
...
Thanks in advance.
Attachment:
error_24506b39.zip