Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
106 views
We have recently published our asp.net web site to AZURE.
However, during our testing we noticed that when performing a spell check operation
- the spellchecker never has any suggestions - it is like the dictionary is not there?
(We are not getting any error messages)

I believe it has to do with AZURE not having a file system - ?

Has anyone out there successfully published spell checking to AZURE?
Mick Suskovich
Top achievements
Rank 1
 answered on 15 Mar 2010
1 answer
149 views
I am getting the following warning in Visual Studio 2008.

Warning 1 Error updating JScript IntelliSense: Telerik.Web.UI.Common.jQuery-vsdoc.js:Telerik.Web.UI: 'jQuery' is undefined @ 8060:0 

I am not sure what forum this would go under, so I am hoping it can be directed to the correct one.  How do I fix this warning?
Rosen
Telerik team
 answered on 15 Mar 2010
1 answer
109 views
Hello there,

I am using telerik control and now i want to change Page margin from pixel to inch.

We can open this page by PageProperties tool.
Now on that page i want to change px to inch for all margins.

Is that possible to do?

Thanks,
Dobromir
Telerik team
 answered on 15 Mar 2010
1 answer
63 views
I have a problem in the editor, in which the css page affect the layout.
This occurs when you put the html and not the body.
When it puts it puts the html of the home, affecting the view.
I can see it using Firebug and within the iframe is set to html.

How can I fix this?
Rumen
Telerik team
 answered on 15 Mar 2010
5 answers
204 views
Hi,

In the latest version of radeditor(ASP.NET AJAX 2009.2 826) you can see in the version notes:

"Fixed: NewLineBr = false in FireFox does not work well in all scenarios"

I would like to know what scenarios is fixed?
I can't see any improvments on this issue.
We have same annoying problem with realy basic things as always (In FF).
And our problems is:
  • Inserting a picture last in the context and then hit enter removes the picture
  • Writing some text last in the context. Mark the text and make a link.... Insert .... Hitting Enter will not "break" the link and we are now stuck in the link and there is no way out.

So I tried NewLineBr = true instead although this is not what we wan't.
But as this mode render different html in IE vs. FF this is not an option for us.
In IE you get the paragrahs as you expect after a heading, but not in FF.

Any Idea how we can get NewLineBr = false to work in FF?

Regards Niklas



Rumen
Telerik team
 answered on 15 Mar 2010
1 answer
208 views
I have a grid that uses a binary image like the sample (http://demos.telerik.com/aspnet-ajax/controls/examples/integration/raduploadinajaxifiedgrid/defaultcs.aspx?product=grid)

However, unlike the sample, my grid has hundreds of records and a page size of around 25 records.  Given where the grid is located on the page and the record number the user is editing, the user may not be able to see the indicator at the top of the page.  I would like to use jQuery to relocate the progress indicator when it is show to be displayed (absolutely) somewhere close to the "current record," so the user can see it.  Has anyone else done this or does anyone have an idea how to do this?  I have tried catching the OnClientProgressStarted and the OnClientSubmitting events to relocate the div, but when I do this, the indicator simply never shows.  Any help would be appreciated.

Thanks in advance.
Genady Sergeev
Telerik team
 answered on 15 Mar 2010
1 answer
148 views
hi

how can i set  raddatepicker date input blank?

e.g.

if raddatepicker1.selecteddate = cdate(1/1/2010) then i want the date input to be blank

thanks in advance
robertw102
Top achievements
Rank 1
 answered on 15 Mar 2010
2 answers
84 views
I have a grid with the NoMasterRecordsText set. This text is always displayed, even when records are being displayed.

What can I do to fix this?

TIA
Dave Hayward
Top achievements
Rank 1
 answered on 15 Mar 2010
9 answers
416 views

Hi,
    I have to open a rad window on click of image button. But when I click on image button I get the error as
"Microsoft JScript runtime error: 'undefined' is null or not an object". I am not sure why I am getting this error.
I have declared the RadWindow as follows:

<telerik:RadWindow ID="TreatmentDetail" runat="server" Height="412px" Left="10px" ShowContentDuringLoad="false" 
      Modal="true" ReloadOnShow="True" Title="Edit Protocols"  Width="800px" NavigateUrl=""  
      SkinsPath="~/RadControls/Window/Skins" Top="10px" VisibleStatusbar="False" Behavior="None">    
</telerik:RadWindow> 

On image button Click:
Protected Sub imgAddNewTreat_Click(ByVal sender As ObjectByVal e As System.Web.UI.ImageClickEventArgs) Handles imgAddNewTreat.Click  
            Try 
                Dim NewTreatID As Integer = CType(Session("NewTreatID"), Integer)  
                Session("TreatWindowTitle") = "Add New Treatment" 
                Session("TreatmentMode") = "Add" 
                Session("NewTreatID") = NewTreatID - 1  
                Session("TreatId") = NewTreatID  
                Dim scriptstring As String = "ShowEditForm('" & NewTreatID & "' , 'Add' );" 
                ScriptManager.RegisterStartupScript(MeMe.GetType"TreatmentWindow", scriptstring, True)  
            Catch ex As Exception  
 
            End Try 
End Sub 

My Script for getting RadWindow is as follows:
 function ShowEditForm(id, Mode) {  
 
            window.radopen("EditTreatmentProtocol.aspx?Id=" + id + "&Mode=" + Mode, "TreatmentDetail");  
            return false;  
        }  
 

Please help me regarding this.
Its very urgent.

From
Pinkey
Svetlina Anati
Telerik team
 answered on 15 Mar 2010
2 answers
98 views
Reference: http://demos.telerik.com/aspnet-ajax/scheduler/examples/advancedformtemplate/defaultcs.aspx

As I have not delved too deeply into this just yet - this question may seem too simple. Based on this demo, how would one go about disabling the inline add function and making the modal show for all Add/Edit functions?  I have read the KB article and see how to manage the advanced template form - just seem to be missing the simple step of disabling inline functions? All noob jeers will be understood.

Thanks,
Kevin
Kevin Price
Top achievements
Rank 1
 answered on 15 Mar 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
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?