Click here to Skip to main content
15,908,437 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
jqGrid "SearchOnEnter:true" is not working when jqGrid placed inside the form tag..
but if i remove the jqgrid from the form tag then the option "SearchOnEnter:true" is working

ex.
[This is not working]
<form>
<table id="grid"></table>
<div id="pager"></div>
</form>


[This is working]
<table id="grid"></table>
<div id="pager"></div>

<form>
....
</form>

Can anyone please help me how to solve this ?
Posted
Updated 9-Apr-15 22:43pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900