This should be simple. I have a table that includes both inline text and a control per column. With normal asp.net control it's works as it should it renders both the text and control right next to each other. But if I try this with a WebDateChooser it wants to always put the text above the control. What can be done so the text and control can appear in the same column next to each other.
Hi Linaar,
That happens because datechooser uses table. Please read response to http://community.infragistics.com/forums/p/27157/107422.aspx#107422