Need a special offer?Find out if your project fits.
+

In loading time flexmonster toolbar is not available in IE

Answered
srini asked on May 14, 2018

$("#pivotContainer").flexmonster({
componentFolder:"../js/flexmonster/",
toolbar: true,
beforetoolbarcreated: customizeToolbar1,
report:{
dataSource: {
dataSourceType: "ocsv",
filename:.......,
fieldSeparator: ',',
ignoreQuotedLineBreaks: false
},
options:{
showDefaultSlice: false,
grid: {
showHeaders:false,
}
},
chart:null
},
licenseKey: ....
});
when we are loading this flexmonster in IE  getting 'FlexmonsterToolbar' is undefined

3 answers

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster May 15, 2018

Hello srini,
Thank you for your question. We have double checked everything on the IE version 11.431.16299.0 and everything works as expected. What IE version do you use? Please make sure that your componentFolder property is set correctly. Here is the jsfiddle example which demonstrates beforetoolbarcreated event: http://jsfiddle.net/flexmonster/m7e74ay4/. Please let us know if the issue is reproducible on the provided jsfiddle. 
Regards,
Dmytro

Public
Manoranjan Gahana May 22, 2018

Hi Dmytro,
Thanks for your reply.
We are getting issue in below version of IE .Could you please check on below version ?
IE Version -11.0.9600.17843
Updated IE Version -11.0.20
 
Thanks,
Manoranjan

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster May 23, 2018

Hello Manoranjan,
We have checked with the suggested IE Version and everything works as expected. Please find more examples of how to configure pivot here: https://www.flexmonster.com/doc/how-to-create-js-pivottable/http://jsfiddle.net/flexmonster/m7e74ay4/.
Regards,
Dmytro

Please login or Register to Submit Answer