This is a migrated thread and some comments may be shown as answers.

Right to Left RadSchedulerContextMenu

2 Answers 43 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
shahab
Top achievements
Rank 1
shahab asked on 01 Apr 2013, 05:02 PM
How Can I set icon to right in RadSchedulerContextMenu:

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 02 Apr 2013, 06:26 AM
Hi Shahab,

Try overriding the default CSS as follows to set the icon to the right in RadScheduler ContextMenu.

CSS:
<style type="text/css">
    .RadMenu .rmGroup .rmLeftImage
    {
        float:right !important;
    }
</style>

Thanks,
Shinu
0
shahab
Top achievements
Rank 1
answered on 02 Apr 2013, 06:27 PM
Dear Shinu
Thank for ur answer. Icons are ok but text and a line next to it are not ok.
Tags
Scheduler
Asked by
shahab
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
shahab
Top achievements
Rank 1
Share this question
or