Hi Peter,
thanks for your quick response.
I modified my datafields now like this:
var datafields = [
{ name: 'Name', type: 'string' },
{ name: 'Email', type: 'string' },
{ name: 'Type', type: 'string' },
{ name: 'AccountId', type: 'string'},
{ name: 'ContactId', type: 'string'},
{ name: 'EmailToBeSent', type: 'bool'},
{ name: 'EmailSent', type: 'bool'},
{ name: 'Participated', type: 'bool'}
];
Unfortunately it didn’t solve the problem.
I’m also binding <script type="text/javascript" src="../Scripts/jqwidgets/jqx-all.js"></script>
to make sure everything’s there.
My problem was solved as I switched back to jQWidgets v3.8.0 (2015-Apr)…
Could it be, that there is an issue in this build?