PDA

View Full Version : need help with gridview (rowExpander)



vitaly2020
Mar 13, 2020, 6:33 AM
Hello, everyone!

I need help, bacause i felt to a deadlock :(

I use asp.net mvc v5.1 with ext.net.
For my task i use gridView with rowExpander plugin from example (https://mvc.ext.net/#/GridPanel_RowExpander/Component/) with FormPanel with 1 btn Save to correct data in row and db. I create this grid from code behind. Button 'Save' have DirectEvent to change data in db, remove gridView and create gridView with new data. At first use, evething is right (new data in db, new gridView created, old gridView removed), after second row edit -> click button -> error in console: js TypeError: Cannot set property 'ignoreAllSubmitFields' of null in ext.net (in explorer: Ext.getDom(o.form).ignoreAllSubmitFields=true;):(

Any Ideas?

fabricio.murta
Mar 13, 2020, 8:02 PM
Hello @vitaly2020, and welcome to Ext.NET forums!

I'm afraid it is hard to guess anything from what you provided. Maybe you can come up with a repro testcase given the sample you linked, adding the specifics you mentioned to it, to the extent we could reproduce the issue in our side?

If in doubt, these threads should help:
- Tips for creating simplified code samples (http://forums.ext.net/showthread.php?61176-Tips-for-creating-simplified-code-samples)
- More Information Required (http://forums.ext.net/showthread.php?10205-More-Information-Required)
- Forum Guidelines (http://forums.ext.net/showthread.php?3440-Forum-Guidelines-For-Posting-New-Topics)

Looking forward to your follow-up!