I noticed that there is this CSS selector which will screw up the content in the advanced edit form:
Is there any way to change this selector so it won't screw up the content in my edit form? I use a user control in there which we also use in the RadGrid where everything is fine.
Thanks!
.RadScheduler * {
margin
:
0
;
padding
:
0
;
}
Is there any way to change this selector so it won't screw up the content in my edit form? I use a user control in there which we also use in the RadGrid where everything is fine.
Thanks!
4 Answers, 1 is accepted
0
Hi JP,
You can use the selector .RadScheduler .rsTopWrap * {} which will not apply to advanced edit form.
I hope this was helpful for you.
Regards,
Magdalena
Telerik
You can use the selector .RadScheduler .rsTopWrap * {} which will not apply to advanced edit form.
I hope this was helpful for you.
Regards,
Magdalena
Telerik
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 the blog feed now.
0

JP
Top achievements
Rank 1
answered on 16 Dec 2013, 08:01 AM
Thanks for your answer, but I think there was a misunderstanding. The mentioned ".RadScheduler *" css selector is by Telerik and I need some way to override it in the advanced edit form by the browser default.
0
Hi Jan-Patrick,
I am sorry for the misunderstanding. We are going to replace this selector for the next release. For now, you can overwrite it with using .RadScheduler .rsAdvancedEdit in your selectors to apply margin and padding to the advanced form.
Regards,
Magdalena
Telerik
I am sorry for the misunderstanding. We are going to replace this selector for the next release. For now, you can overwrite it with using .RadScheduler .rsAdvancedEdit in your selectors to apply margin and padding to the advanced form.
Regards,
Magdalena
Telerik
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 the blog feed now.
0

Scott
Top achievements
Rank 1
answered on 22 Aug 2019, 02:28 PM
This does not help.Due to .RadScheduler * {margin: 0; padding: 0; box-sizing: content-box; } my whole page is a mess and i need to override many class to get it right. Is there a way to disable that css reset of scheduler?