Hi there
Is it possible to align the date part of the header of the scheduler control?
I have removed all controls in the header except the date part and wish to align this on the right
I have tried some styles as well
Thanks
Is it possible to align the date part of the header of the scheduler control?
I have removed all controls in the header except the date part and wish to align this on the right
I have tried some styles as well
Thanks
| ShowHeader="True" |
| ShowNavigationPane="false" |
| ShowViewTabs="false" |
| EnableDatePicker="false" |
| <style type="text/css"> |
| div.RadScheduler .rsHeader |
| { |
| text-align: right; |
| padding-right: 0px; |
| margin-right:0px; |
| background-position:right; |
| } |
| </style> |