Hello,
I am trying to migrate from 15.1 to 15.2 and am noticing a complete show-stopper when it comes to the editors. When I have a text field defined in my JSP (I'm using struts) as this :
<s:textfield name="userId" id="txtUserId" cssStyle="width:93%;"/>
In 15.1 it would get 'translated' by struts and then Infragistics into this :
<input type="text" name="userId" value="" id="txtUserId" class="ui-igedit-field ui-igedit ui-state-default ui-widget ui-corner-all" style="width: 93%; display: inline-block;">
And everything was fine with passing data to and from this field to the server. However, in 15.2 it completely changed and now igTextEditor creates this :
<div class="ui-igedit ui-igedit-container ui-widget ui-corner-all ui-state-default">
<div class="ui-igeditor-input-container ui-corner-all">
<input type="text" value="" id="txtUserId" class="ui-igedit-input" style="width: 93%; height: 100%; text-align: left;" role="textbox">
<input type="hidden" name="userId">
</div>
The problem is that the NAME attribute and the ID attribute are on different fields! Now the place the user types is completely separate from the field that the server will get data from. I thought using the 'inputName' method to set the name attribute would help, but it doesn't change anything - the 'name' is still attached to the hidden input field that has nothing to do with the actual text input field on the screen.
So how do I fix this?
Hi CJ,
Not really sure from the screenshots, but to me it seems you are using different css files loaded. Are you loading the related css files from 15.2 version?
Also are you using IgniteUI grid, or this is the Netadvantage ASP.NET WebDataGrid? Because in the previous post you've mentioned an issue with the paging.
I am asking those questions to isolate the issue, so we can assist you as fast as possible.
Thanks,
Here is the entry field picture
OK, I am trying to attach them.
Hello CJ,
When you reply to a forum post there is an Options tab that you can use in order to upload an image or a sample. Attached you can see where to find this option. If you that doesn't work, please let us know so we can further assist you.
Best Regards,
Marina Stoyanova
Software Developer,
Infragisitcs, Inc.
OK, I see that the pictures I embedded did not show up in my post. How can I attach them?