When I press "Enter" key in Infragistics web html editor(which is inside a user control), it causes the page to submit. It is working fine in the pages where html editor is used directly on page, problem occurs only when it is on user controls.
Also, the problem is in IE9, Firefox and IE8 does not create this behaviour.
Any help will be appreciated.
Hello Rifat,Please let me know if you have any further questions regarding this issue.
Hello Riffat,I ran the sample i attached in my previous post and created both - ordered and unordered list. Both acted as expected and when i pressed enter they were moving to a new line and creating a new item from the list. Did you have the chance to look at this sample? Please modify it in order to be reproducing the behavior you are facing in order to be able to provide you further assistance.
Hi
I cam across the same problem again but not with simple enter. I mean if I directly type anything in editor and press Enter, form is not submmitted but if I try to create list and press enter, form is submmitted.
Need urgent help.
Regards
Hello Riffat,Thank you for commiting the full scenario and the resolution you have found on your own. Please let me know if you need any further suggestion regarding this issue.
Hi Nikifor
Thanks for your support. My scenario was bit complicated, developed by some other developer. I had a webpage inside master page and on my webpage there is a control which is dynamically loading another control, which actually contained the webeditor.
Ayways, by setting the "UseLineBreak" property to true solved the problem. Form is no more submitting on pressing enter in webeditor.
Thanks for help.