Discussion
Virtusa
NL
Last activity: 13 Aug 2015 9:56 EDT
Custom control for Wordwrap is not working in the Repeat Grid
Hi,
I am using one custom control for wordwrap,it is working fine.
But using the same control in the Section i.e. embedded in Repeat grid ,it is not working properly.
Following is the code for the control.
<%
String Str=tools.getActive().getStringValue();
%>
<span style="word-wrap:break-word" style=width:950px Vertical-Align:Top;height:210px;overflow-y:auto>
<table cellpadding="0" cellspacing="0" width="100%" height="100%" style='table-layout:fixed'>
<tr>
<td>
<%=Str%>
</tr>
</table>
<span>
Please suggest me if you have any solution.
Thanks,
Jagadeesh.