Page 1 of 1

TextBox values not passed into Controllers

Posted: June 2nd, 2022, 9:53 am
by asaucedo
I am currently working on MVC and the controller's parameter doesn't seem to find the value from a textbox if it is inside a table on the header of a list. Once I move the textbox outside of the table, the value seems to passed through as normal.

In the image below, when the PositionTitleHeaderFilter control is inside the PositionHeaderTable, the value isn't passed to the controller.; however, if I move it outside, the value is found.

Re: TextBox values not passed into Controllers

Posted: June 6th, 2022, 8:48 am
by SteveCap
I believe if you put the textbox directly into the header row cell it should work.

Task #10495 has been created for this issue. This post will be updated when it has been completed.

Re: TextBox values not passed into Controllers

Posted: March 9th, 2023, 8:01 am
by CathyC
I talked with Alejandro on this, its a very rare case and hasnt come up again. steve's suggestion worked so its no longer needed. so this is resolved.
closing the task for it