All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
void
radDock1_AutoHideWindowDisplaying(
object
sender, AutoHideWindowDisplayingEventArgs e)
{
ToolWindow tw = e.NewWindow
as
ToolWindow;
if
(tw !=
null
)
string
saveText = tw.Text;
tw.Text =
""
;
tw.AutoHideTab.Text = saveText;
}