Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
136 views
I find out that RadFormDecorator adds its classes  rfdRoundedCorners rfdDecorated after an ajax call. Let's say I have a couple of RadTextBox and a checkbox inside a <div> wich will be ajaxified.
I want to style the checkbox so I add RadFormDecorator.
On the first page load, my RadTextBoxes will have just their classes: riSingle RadInput (plus eventual specific skin) When I trigger the ajax postback and the div updates the same textboxes will have rfdRoundedCorners rfdDecorated classes added by the form decorator. This may seem like an "innocent" behaviour but is not since this will change your css specificity. So if for example you override textboxes css with: html body .RadInput .riTextBox, html body .RadInputMgr  { }
This will work on a fresh pageload but won't work anymore after the ajax update, screwing up the rendering of the textboxes.
A quick fix is of course to add !important inside the css overrides, but I'm wondering if this behaviour is intended and if there is some easy workaround instead of using the !important clause in our css.

Thanks in advance


Danail Vasilev
Telerik team
 answered on 24 Apr 2013
1 answer
88 views
It seems that when you set Animation="Fade" the tooltip callout won't fade just "pop" with an unpleasant effect even on short  fades.
Is there a way to override this behaviour? .

Also it seems that this trick to override default auto-adjust behaviour won't work anymore:
Telerik.Web.UI.RadToolTip.prototype._adjustCallout = function () {
}

Wich is the actual jQuery alternative for this?

Thanks in advance
Marin Bratanov
Telerik team
 answered on 24 Apr 2013
1 answer
82 views
Hi,

I want to alert the allowed file extension when the user try to upload files of unsupported extensions. Please help soon.. Urgent requirement.

Thanks for reply in advance,
K.R
Shinu
Top achievements
Rank 2
 answered on 24 Apr 2013
1 answer
86 views
Set frameDuration from XML

I don't believe this is supported, although it would be a welcome upgrade.

Any suggestions on how to work-around this issue?

many thanks.
Slav
Telerik team
 answered on 24 Apr 2013
1 answer
101 views
On FireFox and Safari on Macs running OS X 10.6.8, the insert link tool on RadEditor is not working properly.
On Windows 7 Chrome it works perfectly. 

The issue:
Type a sentence into RadEditor, highlight a word at the beginning of the sentence, click the insert link button, type in a web address. Works fine. Highlight a word later in the sentence, click the insert link button and add a web address and RadEditor will delete all the content between the two links. As said, works fine on Chrome on Windows. 

Using Telerik 2012.3.1308.40 on ASP .NET 4.0 Server. 

I setup a test page in my project which only has a simple RadEditor on it:
Thanks in advance.
<form id="form1" runat="server">
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
        <Scripts>
            <asp:ScriptReference Assembly="Telerik.Web.UI"
                Name="Telerik.Web.UI.Common.Core.js">
            </asp:ScriptReference>
            <asp:ScriptReference Assembly="Telerik.Web.UI"
                Name="Telerik.Web.UI.Common.jQuery.js">
            </asp:ScriptReference>
            <asp:ScriptReference Assembly="Telerik.Web.UI"
                Name="Telerik.Web.UI.Common.jQueryInclude.js">
            </asp:ScriptReference>
        </Scripts>
    </telerik:RadScriptManager>
    <div>
     
    <telerik:RadEditor ID="radEditTestCompleteEmail" Runat="server"
                                          EditModes="Design" Width="441px"
            StripFormattingOptions="MSWordRemoveAll"
            StripFormattingOnPaste="MSWordRemoveAll">
                                          <CssFiles>
                                              <telerik:EditorCssFile Value="~/radEditorContentArea.css" />
                                          </CssFiles>
                                          <Tools>
                                              <telerik:EditorToolGroup>
                                                  <telerik:EditorTool Name="Bold" />
                                                  <telerik:EditorTool Name="Italic" />
                                                  <telerik:EditorTool Name="Underline" />
                                                  <telerik:EditorTool Name="InsertLink" />
                                                  <telerik:EditorDropDown Name="FontName">
                                                  </telerik:EditorDropDown>
                                                  <telerik:EditorDropDown Name="FontSize">
                                                  </telerik:EditorDropDown>
                                                  <telerik:EditorTool Name="FindAndReplace" />
                                                  <telerik:EditorTool Name="PasteFromWordNoFontsNoSizes" />
                                                  <telerik:EditorSplitButton Name="Redo">
                                                  </telerik:EditorSplitButton>
                                                  <telerik:EditorSplitButton Name="Undo">
                                                  </telerik:EditorSplitButton>
                                              </telerik:EditorToolGroup>
                                          </Tools>
                                          <Content>
</Content>
                                          <TrackChangesSettings CanAcceptTrackChanges="False" />
                                      </telerik:RadEditor>

         
Stamo Gochev
Telerik team
 answered on 24 Apr 2013
3 answers
185 views
Hi everybody,
    Firstly I used version of Telerik Q1 and I have trouble with radcalendar, problem is this:

    I provide dates for the calendar when page is loading, and calendar's allow multiple date selection. After page load I see the selected dates well. I want to achive that, when I click a date, post clicked date to another page via request. However when I clicked one of formerly selected date this date is disselect, and it gives me the previous selected date, for example when i click
"november 3" it gives me nothing than i clicked "4 november" it gives me "3 november" and that's going like that. My question is that actually; How can I prevent disselection when i clicked a formerly selected date?
Vladi
Telerik team
 answered on 24 Apr 2013
1 answer
37 views
I'm using Rad Control 2013 Q1 - SP1 ( and SP2 ) in VS2010. When dragging RadFilter on aspx design, the Properties window not show any property ( Radfilter still selected). Properties window always display for other Rad controls correctly. And if I select again Radfilter from Properties window , VS2010 closed!
If I put cursor on aspx source, at child element (ex, <telerik:RadFilterTextFieldEditor>), the Properties window display properties of it correctly. And no result If I put cursor on element RadFilter.
I think there is a problem of RadFilter.

 

Eyup
Telerik team
 answered on 24 Apr 2013
1 answer
104 views
Hi.

I need to be able to take a recurrence rule and update the date and/or time associated with it.  Is there a way to programmatically update the start and end dates in he recurrence rule itself?
Plamen
Telerik team
 answered on 24 Apr 2013
4 answers
278 views
Hi all.

I have radGrid to which I have to generate all columns dynamically. I'd like to have combobox filtering for some columns (e.g. enums).
I've spent a lot of hours on searching through google/this forum, on trying demos, examples, whatever. Unfortunatelly I was not successful. When I am able to create column with combobox in filteringitem I have error:

"Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. ...."

radGrid building is placed into Page_load.

When I have normal textbox filter on that column everything is ok. 
Jan
Top achievements
Rank 1
 answered on 24 Apr 2013
4 answers
90 views
hi,

My page has two buttons (search and print) and a grid.

Initial view is attached. (expect.PNG) . a blue line for show grid.

When clicking search button, I bind data to grid and it works well.

Print button for load popup to show a report. When I clicked print button I am getting 'what getting.PNG' like this. Grid header is loading (which I am not expecting). 

My problem is I don't want to show that when clicking print button. I am quite sure that I am not binding anything to grid. I tried with set enable false to print button and thats not worked. 

Here I am using Microsoft.Practices for paging (ObjectContainerDataSource) and wcsf. I am not ajaxfying to print button. 

Please guide me to resolve this and I glad that if you can explain this.

regards
chap

sample code for grid I am using

<telerik:RadGrid ID="gridFV" AllowSorting="True" runat="server" Skin="Vista" PagerStyle-Mode="NextPrevAndNumeric"
                        Width="98%" AutoGenerateColumns="False" GroupingSettings-CaseSensitive="false"
                        GridLines="None" ShowStatusBar="True" OnInit="gridFV_Init" AllowPaging="true"
                        OnNeedDataSource="gridFV_NeedDataSource">

Chap
Top achievements
Rank 1
 answered on 24 Apr 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?