Welcome Guest Search | Active Topics | Sign In | Register

positioning of datepicker control Options
twd
Posted: Friday, May 29, 2009 2:21:45 PM
Rank: Newbie
Groups: Member

Joined: 5/29/2009
Posts: 6
If I place a DatePicker control in a table cell, the DatePicker always left-justifies itself in the cell. So, for example, if the cell has "Starting Date:" and then the DatePicker, the cell would display (in run-time) as follows:

Starting Date:
[datepicker control]

Please advise!
eo_support
Posted: Friday, May 29, 2009 2:27:39 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Do you mean you want DatePicker to be on the same line as the text? If so you can add style="display:inline" to the DatePicker. It will be something like this:

Code: HTML/ASPX
<eo:DatePicker style="display:inline" .... >
.....
</eo:DatePicker>


Thanks!
twd
Posted: Friday, May 29, 2009 2:31:23 PM
Rank: Newbie
Groups: Member

Joined: 5/29/2009
Posts: 6
Thank you ... works perfectly!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.