Whenever I put a WebDateChooser in a <td> tag, it causes an automatic line break. Is there a way to prevent this?
Hi,
It is not clear what you ask. The rendering of WebDateChooser is based on <table>, so if is located between inline elements like span, input, img, etc, then browser will render it on new line. If WebDateChooser is located inside of <td>, then no new line break <br> should be rendered. I tested following and there was no extra line or space next to datechooser.
<table style="border:1px solid red;"> <tr> <td>DateChooser:</td> <td> <igsch:WebDateChooser ID="WebDateChooser" runat="server"></igsch:WebDateChooser> </td> </tr></table>
http://forums.infragistics.com/forums/p/13930/51639.aspx#51639
will have to continue to embed table after table. Oh well.