I am using primefaces panelgrid to have one row and two columns. in the second column, I have selectoneradio and calendar. How to make them show in the same line??
<p:column>
<p:selectOneRadio id="console" value="#{selectedGenDataRadio}">
<f:selectItem itemLabel="Immediately" itemValue="Immediate" />
<f:selectItem itemLabel="" itemValue="DateOne">
</f:selectItem>
</p:selectOneRadio>
<p:calendar id="calgenDate" showOn="button" />
</p:column>