Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
101 views
Hi,

i do have an issue with the webparts delivered by by the SAK. I did a fresh install on our SP Farm (2 Servers with 2010 as Frontend) and everythings seems to work fine.
I activated the features on farm and collection level and were able to put the webparts on a page.
i added a list as shown in your video, but no list is visible.
After this i tried to add the SP List by Designer and this did the job.

Best regards

Chris
Christof
Top achievements
Rank 1
 answered on 11 May 2011
5 answers
164 views
Hi,
 I was trying to use Client side script as suggested from here
http://www.telerik.com/community/forums/aspnet-ajax/scheduler/opening-the-new-appointment-form-and-pre-populating-fields.aspx

to open a new Appointment by clicking as button. However I get the Javascript error as follows ..

Uncaught TypeError: Cannot call method 'getTimezoneOffset' of null
I am able to create "New appointment" from the context menu of the Scheduler control. But not from a button outside. Please suggest.

Thanks
Sanjeev
Sanjeev Bora
Top achievements
Rank 1
 answered on 11 May 2011
5 answers
173 views
I just recently purchased the Telerik Ajax RAD controls and I was wondering if it is possible to move a child node from one parent node to a different parent node in the TreeList control?  I didn't see a demo for this type of functionality, so I was wondering if it's included.  If not, would it be possible to customize the control to allow this functionality?  I noticed a forum post "TreeList Drag'n'Drop Example (jQuery)" where someone customized the control to have drag and drop functionlity.  Would that customization allow moving child nodes to different parent nodes (I'm not technical, so I can't read the code and try it out)?

Thanks!
Karen
Sebastian
Telerik team
 answered on 11 May 2011
3 answers
558 views
Hi,

I would like to double click on the grid item then display the grid item detail as popup similar to the edit mode but read only.

How can I  achieve this/

Thanks
Gimmik
Top achievements
Rank 1
 answered on 11 May 2011
1 answer
151 views
Hi. We're using the RadEditor but it's not allowing the user to upload any PowerPoint files. Having searched the topic it would seem that it should be a fairly simple case of amending the SearchPatterns, but this seems to have no affect. Below are the two variations I have used;
DocumentManager-SearchPatterns="*.*"
DocumentManager-SearchPatterns="*.doc, *.txt, *.docx, *.xls, *.xlsx, *.pdf, *.pps, *.ppsx, *.ppt, *.pptx"

To be precise, this relates to the document manager that you reach if you go to add a hyperlink into the content, then select the attachment icon next to the url finder, then select upload. It always shows the default:
File extensions allowed: *.doc, *.txt, *.docx, *.xls, *.xlsx, *.pdf

Hope you can help.

Thanks,
Chris
Rumen
Telerik team
 answered on 11 May 2011
5 answers
158 views
I have a RadGrid with 10 columns.

The horizontal scrollbar appears whereas I'd need the column data to be wrappable so that e.g. "FirstName Surname" appears in 2 lines rather than one line so that we won't need to have the scrollbar.

How could it be done?

Many thanks,
Pavlina
Telerik team
 answered on 11 May 2011
5 answers
98 views
When is the sp1 for the 2011 Q1 release supposed to be available? There are a lot of issues with this control. I have submitted 5 bug reports and 3 feature request.

With this new control, we are able to present options to the users in a better way, which my management loves, but now can't move forward with development because of all the issues with this control. Now have to wait for the sp1 to address these issues before I can start development.
Simon
Telerik team
 answered on 11 May 2011
3 answers
104 views
I am using the Media Manager to insert some kind of media object (.mp3, .mp4, etc).  This works fine, and I can set the applicable properties before inserting the object.

The problem is, once the object is inserted there is no way to change the properties again.  I am having to delete the object and insert it again with the correct properties.  I would have thought that I could right-click on the object and get a Properties dialog.

Is there something that I am missing?  How do I update the properties of an inserted media object?

Thanks in advance for your help.
Dan
Dobromir
Telerik team
 answered on 11 May 2011
1 answer
62 views
Hi,

Can anyone convert this to RadControls Q1 2011 release version?

RadTabStrip1.Tabs(CInt(Request.QueryString("tab")) + 1).PageView.Selected = True

It keeps saying 'Tabs' is not a member
Kate
Telerik team
 answered on 11 May 2011
1 answer
133 views
Hi,

   We have upgraded our telerik version from 2009.2.701.20. to Q1 2011.  The indent/Outdent doesnt gets reflected in certain places. Is there anything i should add to this tool. the following are the code used,
 
<telerik:RadEditor CssClass="maarginleft80" OnClientLoad="OnClientLoad" Width="670px"
                        ID="radContactUs" EnableResize="false" runat="server">
                        <Tools>
                            <telerik:EditorToolGroup Tag="MainToolbar">
                                <telerik:EditorTool Name="FindAndReplace" ShortCut="CTRL+F" />
                                <telerik:EditorTool Name="Undo" ShortCut="CTRL+Z" />
                                <telerik:EditorTool Name="Redo" ShortCut="CTRL+Y" />
                                <telerik:EditorTool Name="Indent" />
                                <telerik:EditorTool Name="Outdent" />
                                <telerik:EditorTool Name="TableWizard" />
                                <telerik:EditorTool Name="InsertSymbol" />
                                <telerik:EditorTool Name="JustifyLeft" />
                                <telerik:EditorTool Name="JustifyRight" />
                                <telerik:EditorTool Name="JustifyFull" />
                                <telerik:EditorTool Name="JustifyCenter" />
                                <telerik:EditorTool Name="LinkManager" />
                            </telerik:EditorToolGroup>
                            <telerik:EditorToolGroup Tag="FileManagers">
                                <telerik:EditorTool Name="ImageManager" />
                            </telerik:EditorToolGroup>
                            <telerik:EditorToolGroup>
                                <telerik:EditorTool Name="Bold" />
                                <telerik:EditorTool Name="Italic" />
                                <telerik:EditorTool Name="Underline" />
                                <telerik:EditorSeparator />
                                <telerik:EditorTool Name="ForeColor" />
                                <telerik:EditorTool Name="BackColor" />
                                <telerik:EditorSeparator />
                                <telerik:EditorTool Name="FontName" />
                                <telerik:EditorTool Name="RealFontSize" />
                            </telerik:EditorToolGroup>
                        </Tools>
                        <CssFiles>
                            <telerik:EditorCssFile Value="~/App_Themes/Web20/editor.css" />
                        </CssFiles>
                    </telerik:RadEditor>

Thanks,
Hema.
Rumen
Telerik team
 answered on 11 May 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?