This was fine in the Q3 release of the toolkit:
This would align the toolbar on the right hand side of the window. This no longer works. The toolbar is aligned on the left.
Please advise.
| <telerik:RadSplitter ID="rsMain" runat="server" Orientation="Horizontal" Width="100%" Height="100%" Skin="Vista"> |
| <telerik:RadPane ID="rpToolbar" runat="server" Scrolling="None" Width="100%" Height="30"> |
| <center> |
| <table border="0" cellpadding="0" cellspacing="0" width="100%"> |
| <tr> |
| <td align="right"> |
| <telerik:RadToolbar ID="rtTools" runat="server" Skin="Vista" OnClientButtonClicked="onMainToolbarClientClicked" Width="100%"> |
| <Items> |
| <telerik:RadToolbarButton runat="server" Text="Search" Value="Search" ImageUrl="images/find.gif" Visible="True"/> |
| <telerik:RadToolbarButton runat="server" Text="Administrative Tools" Value="Admin" Visible="True" /> |
| <telerik:RadToolbarButton runat="server" Text="Administrative Auditing" Value="AdminAudit" Visible="True"/> |
| </Items> |
| </telerik:RadToolbar> |
| </td> |
| </tr> |
| </table> |
| </center> |
| </telerik:RadPane> |
This would align the toolbar on the right hand side of the window. This no longer works. The toolbar is aligned on the left.
Please advise.