or
private
void
calSchedule_ElementRender(
object
sender, RenderElementEventArgs e)
{
if
(myDates.Contains(e.Day.Date))
{
e.Element.Font =
new
Font(e.Element.Font.FontFamily, 9f, FontStyle.Bold);
e.Element.ForeColor = Color.Green;
e.Element.AutoToolTip =
true
;
}
}
Hi,
I would like to use the RadMarkupEditor as a child control inside my application. The problem is, that this control has a RibbonBar with a windows title in it. This looks a little bit oddly. Is there any way to get rid of the window bar but keep the tabs with the controls inside.
Thanks in advance
Martin
ErrorProvider1.SetError(radgridview1,
"This is a test")
Any ideas how to make this work?
Thanks!