Grid not working in webforms
See original GitHub issueWhen you create a webform on a doctype with child doctype, the grid gets displayed but click Add row gives error
grid.js:477 Uncaught TypeError: Cannot read property 'push' of undefined
at Grid.add_new_row (grid.js:477)
at HTMLButtonElement.<anonymous> (grid.js:95)
at HTMLButtonElement.dispatch (jquery.min.js:3)
at HTMLButtonElement.r.handle (jquery.min.js:3)
Discuss related post: https://discuss.erpnext.com/t/web-portal-expenses/43030/4
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:12 (3 by maintainers)
Top Results From Across the Web
Unable to populate grid onclick event in Asp.net Web ...
I'm attempting to populate a grid AND create / download an Excel file from the OnClick event of a button. The create /...
Read more >Syncfusion Grid is not working properly | ASP.NET Web ...
I downloaded trial version of Syncfusion. Installation has sample code which run ass per online sample but when i try to replicate the...
Read more >Grid not working in webforms - Developers
Hi, I am trying to setup a webform for expenses the employees. I am able to create the page and it shows a...
Read more >Boostrap Grid System not working in Web Forms - MSDN
I have installed Visual Studio Community 2015 . I created a Web Forms project where the bootstrap grid system is not working ....
Read more >Refreshing the Datasource of a Grid not working
So I finally solved this problem. Here was what my problem was: 1. On first pageload I made an ajax call. 2. I...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This has been fixed in v12 https://github.com/frappe/frappe/pull/7408
It won’t be fixed in V11?