Submit page with row_rendered

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
Danny
User
Posts: 139

Submit page with row_rendered

Post by Danny »

Hi,

At version 2020 and before we use this code at the Row Rendered event, but with version 2021 this code isn't work anymore.

At the listpage, extented search we select an Employee then we want to submit the page.

EmployeeName.EditAttrs["onchange"] = "ew.forms['fEmployeelistsrch'].submit();";

Which code we use now with version 2021 ?

Regards,


MichaelG
User
Posts: 1111

Post by MichaelG »

Press F12, console in browser. What error did you get? You may also try: this.form.submit();


Post Reply