Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: Cannot read property 'MultiCellModel' of undefined #11

Open
dzhurey opened this issue Feb 21, 2018 · 3 comments
Open

Comments

@dzhurey
Copy link

dzhurey commented Feb 21, 2018

Hi, @ateodorescu

I used this plugin for Multi Level Grouping, but I have some problem with error

Uncaught TypeError: Cannot read property 'MultiCellModel' of undefined

after I jump on your code I found that you don't attach Ext.ux.grid.selection.MultiCellModel class on your UX plugin.

How can I resolve this problem?
I use Extjs 4.2.6

@ateodorescu
Copy link
Owner

In which class is that reference to MultiCellModel? Can't find it when browsing the code on github.

@dzhurey
Copy link
Author

dzhurey commented Feb 21, 2018

on
MultiGroupStore in ux/grid/feature/MultiGroupStore.js
MultiGrouping in ux/grid/feature/MultiGrouping.js

and also I found that on MultiGrouping class there a Ext.warn() that throw error. May be you reffer to Ext.Logger.warn() ?

@ateodorescu
Copy link
Owner

You can remove that from the code and file a PR which I could merge. The MultiCellModel is a class I have used in a project and probably forgot to remove from code when uploaded to github. Sorry about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants