I have this plugin. It works great with gridPanel. But there are some problems with editorGridPanel. After editing of some row plugin stops work. Maybe someone can fix this problem? I 开发者_如何学Pythonlooked at code, but cant find answer....
You really should contact the plugin author directly and/or ask in the Ext JS ux/plugins forum. Probably won't get an answer on SO...
Looking shortly at the plugin code, I can see that row expander strongly relays on CSS classes for expand/collapse.
Maybe after grid editing row expander class is changed to unknown CSS class for plugin.
Try to set CSS class to one of x-grid3-row-collapsed
, x-grid3-row-expanded
after editing.
精彩评论