Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
131 views
I have a RadEditor in a ascx file, can somebody tell me how can I do in order to get clean the content field after an action like "Add"..

Any suggestions?

Regards
Rumen
Telerik team
 answered on 26 Jan 2010
6 answers
340 views
Hi all,

I'm a at the begining of the story with RadControls and Ajax, so I need a little bit of assistance please.

Problem:
I have an several RadAjaxPanels on control, all using one AjaxLoadingPanel.  Ok, should I simplify - I have 2 RadAjaxControls and when I  make callback on first one, and after that, while the first one is still making callback, I start the second one.
Result is that:
1. First callback is interupted and AjaxLoadingPanel disapiers, so it doesn't finish with executing code from CB
2. Second one does what it should but it doesn't show AjaxLoadingPanel html too

Question is why First one doesn't finishes hiss call back and why AjaxLoadingPanel HTML is gone?
I know that this might be trivial but it is making me a lot of problems at this stage, please let me know if I need to provide some code?

Regards,
Miger




Sebastian
Telerik team
 answered on 26 Jan 2010
1 answer
212 views
We're using Q2 2009 currently. We've got a DatePicker that is hidden when the screen is loaded, but by making a certain selection from a drop down list it will appear. The first time it appears, it is skinned properly. However, after hiding it again by making a different selection in the drop down and then doing a postback on the screen that changes the page view so the DatePicker one is hidden, it stops being skinned properly. The calendar icon says "Open the Calendar Popup" and when you click the link, the calendar opens without any skin applied to it. We've had this problem in the past and it was corrected with one of the updates, but now appears to be broken again. Are there any steps needed to fix this?

Thanks,
Adam
Dimo
Telerik team
 answered on 26 Jan 2010
1 answer
125 views
I'm having a heck of a time with this, and I hope maybe someone has a suggestion.

It's an intermittent problem, which is always hard to track down.  Sometimes, the RadEditor arrives at the client naked (no CSS), which greatly annoys my users (see image).  It's not just a matter of it not being pretty - it is useless.

This seems to happen most on folks coming in from farther away - our remote sites with DSL links, or 3G connections in our police cars.  I can't reproduce it at my desk at all, but I have a gig connection straight to the server.

It only seems to hit the RadEditor - I've never seen or had reported another Telerik component losing its skin.

Relevant code follows:

Editor declaration, in a UserControl that acts as the edit control for a RadGrid

      <telerik:RadEditor ID="fldNarrative" runat="server" Content='<%# Eval("Narrative") %>' StripFormattingOptions="MSWord" > 
        <Content /> 
      </telerik:RadEditor> 

Skin file from my theme

<telerik:RadEditor runat="server" Skin="Office2007" EnableEmbeddedSkins="true" EditModes="Design">  
  <ContextMenus> 
    <telerik:EditorContextMenu TagName="*">  
      <telerik:EditorTool Name="Cut" /> 
      <telerik:EditorTool Name="Copy" /> 
      <telerik:EditorTool Name="Paste" /> 
    </telerik:EditorContextMenu> 
  </ContextMenus> 
  <Tools> 
    <telerik:EditorToolGroup> 
      <telerik:EditorTool Name="FontName" /> 
      <telerik:EditorTool Name="RealFontSize" /> 
      <telerik:EditorTool Name="ForeColor" /> 
      <telerik:EditorTool Name="BackColor" /> 
    </telerik:EditorToolGroup> 
    <telerik:EditorToolGroup> 
      <telerik:EditorTool Name="Bold" /> 
      <telerik:EditorTool Name="Italic" /> 
      <telerik:EditorTool Name="Underline" /> 
      <telerik:EditorTool Name="Strikethrough" /> 
    </telerik:EditorToolGroup> 
    <telerik:EditorToolGroup> 
      <telerik:EditorTool Name="JustifyLeft" /> 
      <telerik:EditorTool Name="JustifyCenter" /> 
      <telerik:EditorTool Name="JustifyRight" /> 
    </telerik:EditorToolGroup> 
    <telerik:EditorToolGroup> 
      <telerik:EditorTool Name="AjaxSpellCheck" /> 
      <telerik:EditorTool Name="Undo" /> 
      <telerik:EditorTool Name="Redo" /> 
    </telerik:EditorToolGroup> 
  </Tools> 
</telerik:RadEditor> 

Can't think of anything else offhand.  I know it's a longshot, but if anyone knows what could be going on, I'd be MOST appreciative.

-Chris
Rumen
Telerik team
 answered on 26 Jan 2010
3 answers
152 views
When will Telerik be upgrading to the 1.4 Version of the JQuery library?
T. Tsonev
Telerik team
 answered on 26 Jan 2010
1 answer
190 views
Hi All,

Is there a way to only have certain columns resize and reorder? (or really, not have certain columns resize or reorder?)

I have a grid with a checkbox at the left most column, then another column that is say, ORDER #. These should be static in size and frozen. All other columns should be resizeable and reorderable. My code is below. Please, any suggestions would be GREATLY appreciated.

<ClientSettings > 
                     
                        <Scrolling AllowScroll="True" UseStaticHeaders="true" ScrollHeight="500px" FrozenColumnsCount="2" /> 
                        <Resizing  
                            AllowColumnResize="True" 
                            AllowRowResize = "false" 
                            ResizeGridOnColumnResize = "false" 
                            ClipCellContentOnResize = "true" 
                            EnableRealTimeResize = "false" /> 
 
                    </ClientSettings> 
Pavlina
Telerik team
 answered on 26 Jan 2010
1 answer
88 views
Hello,

I have a chart and when i do zoom in my chart, i lose the graphic but when i do zoom out, the graphic come back....
The zoom works sometimes, and if the zoom works, i do again zoom and i lose the graphic...

what could be happening?

Thank...
Daniel Botero Correa

i attach the images...
Giuseppe
Telerik team
 answered on 26 Jan 2010
3 answers
163 views
Hi all,

I'm using event Rate but....when I click for rate, the event don't work.
Any idea?

Thanks,
Vito
Tsvetie
Telerik team
 answered on 26 Jan 2010
1 answer
129 views
Hi

I'm trying to add Dock's to a DockZone dynamically. No problem with that. Docks get added to DockZone, but I want to insert a doc to a particular position (between 2 docks); which Im having problems with.

This is what Im trying to do:
a. RadDockZone CurrDocZone = (RadDockZone)FindControl(DocZoneToAdd);
CurrDocZone.Controls.Add(dock);

Always adds to the start of the doczone.

b. Tried,
RadDockZone CurrDocZone = (RadDockZone)FindControl(DocZoneToAdd);
CurrDocZone.Docks.Insert(Position, dock);    
or
CurrDocZone.Controls.AddAt(Position, dock);               

But it throws exception that, A control with ID '<some unique Dock ID>' could not be found for the trigger in UpdatePanel 'UpdatePanel2'.

Can you pls. let me know what could be wrong in there... Pls. let me know if you need more info.

Thanks



Pero
Telerik team
 answered on 26 Jan 2010
1 answer
71 views
When I perform any action on the radgrid (eg edit, add record, refresh) the grid vanishes down to a 2px horizontal line even when i navigate to next page when paging is enabled, Anyhelp on this will be really appreciated.This was not happening previously it just started and i am using Radcontrols for asp.net ajax 2009 trial version . I have already bought the full version , was just waiting to test this application and deploy on the production server using full version
Daniel
Telerik team
 answered on 26 Jan 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?