Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
196 views
Hi.

I was wondering if somebody could help me as this problem has had me stumped for the past few weeks.

I am using the Telerik Ajax Components (version 2014.1.403.45) along with JDash. In my appliation I wish to create a Dashboard using JDash and inside the JDash dashlets would like to place Telerik controls, specifically the RadHTMLchart. But no matter what I do I always receive the following error:

Uncaught TypeError: Cannot read property 'dataviz' of undefined

A quick search from Google shows several other people struggling with the same error, but sadly either nobody has received a solution or bothered to post one. Here are the links showing others having the same problem:

http://feedback.telerik.com/Project/108/Feedback/Details/132936-improve-integration-between-radhtmlchart-and-jdash
http://forum.jdash.net/yaf_postst147_Telerik-RadHTMLChart-controls-no-longer-work-with-dashboard.aspx

Does anybody here have a possible solution? Any help would be very much appreciated!

Thanks!
Danail Vasilev
Telerik team
 answered on 04 Mar 2015
1 answer
57 views
Hello All,

I have one button click event, in which I need to perform some database validation and if the validation is true I need to open one prompt window with drop down box having three options,

And on selection of options I need to perform further code execution on server side. Please suggest how to achieve that?

protected void button1_Click(object sender, EventArgs e)
{
    if(SomeValidation() == true)
      RadWindowManager1.RadPrompt("Selection Option");
   
    if(option1 is selected) then
     do something
  else if (option2 is selected) then
     do something
 else
    do somenting
}

I need to hold the execution of code till the user selected any options from RadPrompt. Please suggest how to achieve that.

Thank you!
Vishal Patel
Marin Bratanov
Telerik team
 answered on 04 Mar 2015
6 answers
217 views
I'm sure someone has come across this before, but I'm having a tough time locating this information.  Basically my users want the ability to edit basic html attributes for div elements.  Attributes like width, height, and background.  It's possible to achieve the desired effect by converting the layout to tables (you can edit a tables attributes) but that isn't a viable option for us.  Could someone point me in the right direction?

Thanks for your time.
Ianko
Telerik team
 answered on 04 Mar 2015
4 answers
143 views
Setting the cancel property (to true) of the telerik eventArgument (e) accompanying the RadButton Client OnValueChanging event is no longer setting the value back to the oldValue or initialValue.

I put up a StackOverflow Question in this regard.
http://stackoverflow.com/questions/28769622/canceled-event-is-not-reverting-radbutton-to-initial-value
Danail Vasilev
Telerik team
 answered on 04 Mar 2015
1 answer
158 views
How can I extract the value from this radcombobox nested inside a Grid Template Column?

It would be when the user clicks on the Insert button on the radgrid....

<telerik:GridTemplateColumn UniqueName="UserCol" HeaderText="proto user" DataField="UserID">
      <EditItemTemplate>
              <telerik:RadComboBox ID="RadComboBox1" runat="server" AutoPostBack="false">
               </telerik:RadComboBox>
      </EditItemTemplate>
</telerik:GridTemplateColumn>
 
Konstantin Dikov
Telerik team
 answered on 04 Mar 2015
3 answers
243 views
I just installed Q1 2015 and I am looking for the "New Visual Studio Template".

I have vs 2012 and 2013 pro installed.

Templates look the same as the old ones. 

Marty
Ventsi
Telerik team
 answered on 04 Mar 2015
1 answer
115 views
Hello,

I have four radgrids in a modal radwindow. In the top of the modal i have four buttons (one button for grid) which function is show the grid if you click in the button (if you click in grid1 button the grid1 shows). I need to fire the save changes of the batch edit manager when you click on the button for change to show another grid but i already need to hide the radgrid. Only one grid is shows and when you change all the grids save changes.

How can i do this?

Thanks
Maria Ilieva
Telerik team
 answered on 04 Mar 2015
1 answer
59 views
Dear,

I used default Popup Edit modal for my RadGrid which exists inside RadPageView. When I click on edit button, I get edit control popped up but the control displays inside RadPageView. I want it to be displayed above all other controls in the page.

Hope, I have perfectly delivered the issue. I highly appreciate if anyone can help with this.


Thank you,

Fawad Surosh
Maria Ilieva
Telerik team
 answered on 04 Mar 2015
1 answer
83 views
I am using RadEditor asp.net ajax and I can get the media manager to return an image to the preview window it will not display no matter what I am making a bespoke cms for profiles and  need an answer to this I have included how i have setup my editor in the aspx page
     <telerik:RadEditor ID="rdAbout" Runat="server">
                            <Tools>
                                <telerik:EditorToolGroup Tag="MainToolbar">
                                    <telerik:EditorTool Name="XhtmlValidator" />
                                    <telerik:EditorTool Name="PageProperties" />
                                    <telerik:EditorTool Name="StyleBuilder" />
                                    <telerik:EditorTool Name="TrackChangesDialog" />
                                    <telerik:EditorTool Name="FormatCodeBlock" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="InsertImage" />
                                    <telerik:EditorTool Name="InsertLink" />
                                    <telerik:EditorTool Name="InsertTableLight" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorToolStrip Name="InsertFormElement">
                                    </telerik:EditorToolStrip>
                                    <telerik:EditorTool Name="InsertFormForm" />
                                    <telerik:EditorTool Name="InsertFormButton" />
                                    <telerik:EditorTool Name="InsertFormCheckbox" />
                                    <telerik:EditorTool Name="InsertFormHidden" />
                                    <telerik:EditorTool Name="InsertFormPassword" />
                                    <telerik:EditorTool Name="InsertFormRadio" />
                                    <telerik:EditorTool Name="InsertFormReset" />
                                    <telerik:EditorTool Name="InsertFormSelect" />
                                    <telerik:EditorTool Name="InsertFormSubmit" />
                                    <telerik:EditorTool Name="InsertFormTextarea" />
                                    <telerik:EditorTool Name="InsertFormText" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="StripAll" />
                                    <telerik:EditorTool Name="StripCss" />
                                    <telerik:EditorTool Name="StripFont" />
                                    <telerik:EditorTool Name="StripSpan" />
                                    <telerik:EditorTool Name="StripWord" />
                                    <telerik:EditorToolStrip Name="FormatStripper">
                                    </telerik:EditorToolStrip>
                                </telerik:EditorToolGroup>
                                <telerik:EditorToolGroup Tag="InsertToolbar">
                                    <telerik:EditorTool Name="AjaxSpellCheck" />
                                    <telerik:EditorTool Name="ImageManager" ShortCut="CTRL+M" />
                                    <telerik:EditorTool Name="SetImageProperties" />
                                    <telerik:EditorTool Name="ImageMapDialog" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="FlashManager" />
                                    <telerik:EditorTool Name="MediaManager" />
                                    <telerik:EditorTool Name="InsertExternalVideo" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="DocumentManager" />
                                    <telerik:EditorTool Name="TemplateManager" />
                                    <telerik:EditorTool Name="SilverlightManager" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorToolStrip Name="InsertTable">
                                    </telerik:EditorToolStrip>
                                    <telerik:EditorTool Name="InsertRowAbove" />
                                    <telerik:EditorTool Name="InsertRowBelow" />
                                    <telerik:EditorTool Name="DeleteRow" />
                                    <telerik:EditorTool Name="InsertColumnLeft" />
                                    <telerik:EditorTool Name="InsertColumnRight" />
                                    <telerik:EditorTool Name="DeleteColumn" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="MergeColumns" />
                                    <telerik:EditorTool Name="MergeRows" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="SplitCell" />
                                    <telerik:EditorTool Name="SplitCellHorizontal" />
                                    <telerik:EditorTool Name="DeleteCell" />
                                    <telerik:EditorTool Name="SetCellProperties" />
                                    <telerik:EditorTool Name="SetTableProperties" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorSplitButton Name="InsertSymbol">
                                    </telerik:EditorSplitButton>
                                </telerik:EditorToolGroup>
                                <telerik:EditorToolGroup>
                                    <telerik:EditorSplitButton Name="Undo">
                                    </telerik:EditorSplitButton>
                                    <telerik:EditorSplitButton Name="Redo">
                                    </telerik:EditorSplitButton>
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="Cut" />
                                    <telerik:EditorTool Name="Copy" />
<telerik:EditorTool Name="Paste" ShortCut="CTRL+!"></telerik:EditorTool>
<telerik:EditorTool Name="PasteMarkdown"></telerik:EditorTool>
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="PasteFromWord" />
                                    <telerik:EditorTool Name="PasteFromWordNoFontsNoSizes" />
                                    <telerik:EditorTool Name="PastePlainText" />
                                    <telerik:EditorTool Name="PasteAsHtml" />
                                    <telerik:EditorTool Name="PasteHtml" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="Print" />
                                    <telerik:EditorTool Name="FindAndReplace" />
                                    <telerik:EditorTool Name="SelectAll" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="InsertGroupbox" />
                                    <telerik:EditorTool Name="InsertParagraph" />
                                    <telerik:EditorTool Name="InsertHorizontalRule" />
                                    <telerik:EditorSplitButton Name="InsertSnippet">
                                    </telerik:EditorSplitButton>
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="InsertDate" />
                                    <telerik:EditorTool Name="InsertTime" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="AboutDialog" />
                                    <telerik:EditorTool Name="Help" />
                                    <telerik:EditorTool Name="ToggleScreenMode" />
                                </telerik:EditorToolGroup>
                                <telerik:EditorToolGroup>
                                    <telerik:EditorTool Name="Bold" />
                                    <telerik:EditorTool Name="Italic" />
                                    <telerik:EditorTool Name="Underline" />
                                    <telerik:EditorTool Name="StrikeThrough" />
                                    <telerik:EditorSplitButton Name="ForeColor">
                                    </telerik:EditorSplitButton>
                                    <telerik:EditorSplitButton Name="BackColor">
                                    </telerik:EditorSplitButton>
                                    <telerik:EditorTool Name="FormatPainter" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="JustifyLeft" />
                                    <telerik:EditorTool Name="JustifyCenter" />
                                    <telerik:EditorTool Name="JustifyRight" />
                                    <telerik:EditorTool Name="JustifyFull" />
                                    <telerik:EditorTool Name="JustifyNone" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="Superscript" />
                                    <telerik:EditorTool Name="Subscript" />
                                    <telerik:EditorSeparator />
                                    <telerik:EditorTool Name="ConvertToLower" />
                                    <telerik:EditorTool Name="ConvertToUpper" />
                                    <telerik:EditorTool Name="Indent" />
                                    <telerik:EditorTool Name="Outdent" />
                                    <telerik:EditorTool Name="InsertOrderedList" />
                                    <telerik:EditorTool Name="InsertUnorderedList" />
                                    <telerik:EditorTool Name="AbsolutePosition" />
                                    <telerik:EditorTool Name="LinkManager" />
                                    <telerik:EditorTool Name="Unlink" />
                                    <telerik:EditorTool Name="SetLinkProperties" />
                                    <telerik:EditorTool Name="ToggleTableBorder" />
                                </telerik:EditorToolGroup>
                                <telerik:EditorToolGroup Tag="DropdownToolbar">
                                    <telerik:EditorDropDown Name="FontName">
                                    </telerik:EditorDropDown>
                                    <telerik:EditorDropDown Name="FontSize">
                                    </telerik:EditorDropDown>
                                    <telerik:EditorDropDown Name="RealFontSize">
                                    </telerik:EditorDropDown>
                                    <telerik:EditorDropDown Name="ApplyClass">
                                    </telerik:EditorDropDown>
                                    <telerik:EditorDropDown Name="InsertCustomLink">
                                    </telerik:EditorDropDown>
                                    <telerik:EditorDropDown Name="FormatBlock">
                                    </telerik:EditorDropDown>
                                    <telerik:EditorTool Name="FormatSets" />
                                    <telerik:EditorDropDown Name="Zoom">
                                    </telerik:EditorDropDown>
                                </telerik:EditorToolGroup>
                            </Tools>
                            <Content>
</Content>
 
                            <ImageManager DeletePaths="~\Uploads" EnableAsyncUpload="True" UploadPaths="~\Uploads\" ViewPaths="~\Uploads\" MaxUploadFileSize="1204800" />
                            <DocumentManager DeletePaths="~\Uploads" UploadPaths="~\Uploads" ViewPaths="~\Uploads" />
                            <FlashManager SearchPatterns="~\Uploads\" UploadPaths="~\Uploads\" ViewPaths="~\Uploads\" />
                            <MediaManager DeletePaths="~\Uploads" UploadPaths="~\Uploads\" MaxUploadFileSize="1204800" SearchPatterns="~\Uploads\" ViewPaths="~\Uploads\" />
 
<TrackChangesSettings CanAcceptTrackChanges="False"></TrackChangesSettings>
                        </telerik:RadEditor>

Even if i open the image editor as well it does not show the image in the preview tab i do not no what is the issue here
Ianko
Telerik team
 answered on 04 Mar 2015
2 answers
140 views
We have a use case where a student submits an essay and an instructor annotates the student's content. We are using the track changes functionality in the Editor to display the annotations. When the editor is not in edit mode, the color indicators do not display. Is there a way to enable the styles that the instructor can see while editing the content?
Ianko
Telerik team
 answered on 04 Mar 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?