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

Reminder dialog size (width, height)

2 Answers 64 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Hee
Top achievements
Rank 1
Hee asked on 06 Oct 2011, 10:49 AM
When subject too long, combobox and button out of dialog. (refer to attachment 'reminderdialog.jpg')
Can I change reminder dialog (popup) size?
Or is there max length of subject?

Thanks
Hee

2 Answers, 1 is accepted

Sort by
0
Accepted
Ivana
Telerik team
answered on 10 Oct 2011, 03:42 PM
Hi Hee,

The following CSS code snippet should repair the experienced behavior:
.ReminderDialog .rsRemTitleSubject
{
    width: 400px;
    height: 14px;
    overflow: hidden;
}

Best wishes,
Ivana
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Hee
Top achievements
Rank 1
answered on 11 Oct 2011, 01:01 AM
Thanks a lot! Ivana.
That's work!
Tags
Scheduler
Asked by
Hee
Top achievements
Rank 1
Answers by
Ivana
Telerik team
Hee
Top achievements
Rank 1
Share this question
or