BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
<script>
var accrdnObj;
$(function () {
$('#courseGroupAccordion').ejAccordion({
activate: function(){
accordionChange();
},
enableAnimation: false,
showRoundedCorner: true
});
acrdnObj = $("#courseGroupAccordion").data("ejAccordion");
var index = acrdnObj.option("selectedItemIndex");
console.log('selectedItemIndex: ' + index);
});
function accordionChange() {
debugger;
var index = acrdnObj.option("selectedItemIndex");
console.log('selectedItemIndex: ' + index);
}
</script>
Hi Randy,
We are unable to reproduce the reported issue. We have checked with provided code snippet in our end and we are able to get the selected Item index in the activate event. We have prepared a sample with your code snippet. It can be download from the following location:
http://www.syncfusion.com/downloads/support/directtrac/118144/Accordion-1850371764.zip
Please check with above sample. If still you face any difficulties please get back to us with additional information regarding this issue. We will happy to assist you.
Regards,
Gobalakrishnan S
Hi Randy,
Thanks for your update.
Please check in your end .if you face any difficulties then please get back to us, we will assists you gladly.
Regards,
Gobalakrishnan S