With the previous RadEditor we could use an .aspx for a modal dialog from the toolbar. Now it seems it has to be .ascx user control, meaning all the dialogs we wrote as web pages before will not work now. Is this the case? The new radwindow still seems to use aspx’s for dialogs, so I’m curious why the ascx change for the RadEditor. I hope we can still use aspx's for dialogs, as converting them all to ascx's will be far from trivial for us.
div.RadTabStripTop_Vista .rtsLI
{
margin-right: 10px;
}
The problem is that with this space, I get my tabs in 2 lines instead of 1.
I tried to set a fixed width to each tab, but it is still changed with an inline style.
foreach (RadTab tab in rts)
{
tab.width = Unit.Pixel(115);
}
in CSS i get: style= "175px;"
I changed the rad tab strip width too.
<
telerik:RadTabStrip ID="rts" runat="server" Skin="Vista" MultiPageID="RadMultiPage1" OnClientTabSelected="onTabSelected"
SelectedIndex="0" Align="Justify" Width="700px">
It seems like the tabs are fiting their size or something.
How can I solve this?
Thanks!
My client is using RadCalendar.Net2 and it’s other family. I suppose Telerik has stopped supporting this version .We are facing following problem:
1 . If you type Jun-06-2012 or 06/06/2012 or 06-06-2012 in date control ,gets converted into July. It happens only end of the month.
According to the following Forum this seem to be a known bug in control.
What we can do in this scenario? Do we need to upgrade to new version or any small fix (workaround ) can fix this issue?
Any kind of help will be appreciated
function
Sys$_Application$add_init(handler)
I think maybe what is happening is that part of what is needed to make the RadXmlHttpPanel work correctly is coming within the response AFTER the end tag for the ajaxified panel. So after the postback, my browser is ignoring some of the javascript needed to properly wire up or initialize the RadXmlHttpPanel.
Is there a way to dynamically load a RadXmlHttpPanel inside an ajaxified panel without getting this error?
Thank you in advance for any help you can provide,
Mike