or
| ....... |
| <FormTemplate> |
| <telerik:RadDatePicker runat="server" ID="PickerTimeFrom" |
| SelectedDate='<%# DataBinder.Eval( Container, "DataItem.timeFrom" ) %>' > |
| </telerik:RadDatePicker> |
| .... |

| Master db = new Master(ConfigurationManager.ConnectionStrings["master"].ConnectionString); |
| db.Log = Console.Out; |
| EventsGrid.DataSource = from p in db.Event select p; |
| <telerik:RadGrid ID="EventsGrid" runat="server" AllowSorting=true AllowPaging=true> |
| </telerik:RadGrid> |
Before (this is to align the table itself, NOT the text inside)
<table align=right>
<tr>
<td>asdf
</td>
</tr>
</table>
After editing with 2008.3 1125, it aligns the text inside right and the table itself is not aligned to the right.
<table style="text-align: right">
<tbody>
<tr>
<td>asdf</td>
</tr>
</tbody>
</table>
Is this issue fixed in mid January release (2008.3 1314) ?
I see this item in the Release History of 2008.3 1314:
Please let me know.
Thanks, Lakshman