Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
605
WebDateChooser causes line break
posted

Whenever I put a WebDateChooser in a <td> tag, it causes an automatic line break.  Is there a way to prevent this?

  • 24497
    posted

    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>

  • 605
    posted

    http://forums.infragistics.com/forums/p/13930/51639.aspx#51639

    will have to continue to embed table after table.  Oh well.