RequireJS, ejGrid.min and TypeError

Using RequireJS and having a dependency on 'syncfusion/scripts/web/ej.grid.min', I get "TypeError: n.render[(this._id + "_GroupingTemplate")] is not a function" error when enabling grouping and specifying groupedColumns in the groupSettings object.

define(['syncfusion/scripts/web/ej.grid.min', 'syncfusion/external/jsrender.min', 'syncfusion/external/jquery.globalize.min'], function () {.....}

groupSettings: {
                                    groupedColumns: ["pm"],
                                    showDropArea: true
                                },

Am I missing any dependencies?

Thanks,

Eric

1 Reply

MS Madhu Sudhanan P Syncfusion Team June 29, 2015 08:55 AM UTC

Hi Eric,

We considered this requirement “Script error throws when groupedColumns specified intially with allowGrouping as false” as bug and a support incident has been created under your account to track the status of this requirement. Please log on to our support website to check for further updates.

https://www.syncfusion.com/account/login?ReturnUrl=/support/directtrac/incidents

Regards,
Madhu Sudhanan. P

Loader.
Up arrow icon