Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
58 views
I have IE7 version 7.0.5730.13 and the dialogs on the demos page all popup as blank white windows.  They show the loading animation but then just display a blank white window.  This is happening in our live applications as well.  Is anyone else having this issue?

Firefox and Chrome are working fine.

http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx
Rumen
Telerik team
 answered on 27 Aug 2009
2 answers
102 views
Hi,i need a control which will copy an image from word to the control directly which i want to use in MOSS 2007
when a user will create a new item on a list he should be able to copy from images,charts from office application to the control.
 I tried Rad editor it is not working for me.
Can any one suggest a control or if i am doing some thing wrong in using the rad editor?
sirisha gadde
Top achievements
Rank 1
 answered on 27 Aug 2009
4 answers
172 views
I am using the application scenario Load On Demand example for the tab strip, and I was wondering how I could pass a variable to the user control. I will have a numeric value (UnitNumber) between 1 and 4, for each number I will need to create a tab. So if the number is three, I need to create 3 tabs. I am going to use the same ascx page, and I want it to know which tab it is: 1, 2, or 3 for example.

I created unit.ascx, and it contains the following:
    private string _unitNumber;  
      
    public string UnitNumber  
    {  
        get{return _unitNumber; }  
        set{ _unitNumber = value; }  
    }  
 
the aspx page looks like your example:
        protected void RadMultiPage1_PageViewCreated(object sender, RadMultiPageEventArgs e)  
        {  
            string userControlName = e.PageView.ID.Replace(" ", "") + ".ascx";  
 
            Control userControl = Page.LoadControl(userControlName);  
 
            userControl.ID = e.PageView.ID + "_userControl";  
            e.PageView.Controls.Add(userControl);  
        }  
 
so, in the code above, how do I add something like: userControl.UnitNumber = 2
kachy
Top achievements
Rank 1
 answered on 27 Aug 2009
1 answer
45 views
Hi team,
I have gone through some of the threads related to radupload in medium trust and did get that it is possible to use radupload in medium trust. So I applied my custompolicy and it worked. But now the problem is I am having progress bar on my page. So when i run the application with medium trust, it gives secutity exception. But if i use only radupload on the page then it works fine. It means radprogress is not working under medium trust. My website is shared hosting so i can't use full trust.

So can I use radprogress under Medium trust?

Raman Verma
Team Lead | Acclipse
Paul
Telerik team
 answered on 27 Aug 2009
1 answer
82 views
Hi,

I am using RadUpload control in my web application running under full trust. I need to host the application on shared servers which allow for medium trust.

Can I use RadUpload control in the medium trust?


Regards,
Raman
Team Lead | Acclipse
Paul
Telerik team
 answered on 27 Aug 2009
1 answer
79 views
the tutorial provided for the Custom skinning is out of date refer

The skinning tutorials became outdated with the Q1 version of the controls (due to the complete rewrite of the skins)

please provide the latest tutorial


Paul
Telerik team
 answered on 27 Aug 2009
1 answer
99 views
Can anyone give me the detail to setup a dev server to use with RadControls.  Im looking to Run Server2008 and MSSQL 2008.  Can anyone give me the steps involved to get RadContols installed on to it?

I installed 2008 and enabled iis/asp.net 3.5 and mssql 2008.  The default iis7 page works fine and the mssql database is configured etc.  Now how do I get RadConrols to work on it? 

I want to develop on my other machine (Which I can develop and run radcontrol apps just fine) but when I mapped a drive and make a new default website and went to test it i got:

Parser Error Message: Could not load file or assembly 'Telerik.Web.UI, Version=2009.2.701.35, Culture=neutralPublicKeyToken=121fae78165ba3d4' or one of its dependencies. The system cannot find the file specified.  
 
Source Error:   
 
 
Line 40:                <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>  
Line 41:                <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>  
Line 42:                <add assembly="Telerik.Web.UI, Version=2009.2.701.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"/>  
Line 43:            </assemblies> 
Line 44:        </compilation> 
   
 
Paul
Telerik team
 answered on 27 Aug 2009
2 answers
87 views
Hi,
I tried to modify the Project Display RadGrid row details in AjaxToolkit ModalPopupExtender
from the code library to select the detail view with client row select - but failed.
Is there an example available with client AllowRowSelect instead of a select button to select DetailView with the ModalPopUpExtender in the RadGrid?
Thanks and Greetings
Heinz
Heinz
Top achievements
Rank 1
 answered on 27 Aug 2009
1 answer
53 views
I've spent a lot of time wrapping bindings for Script# around some of the ASP.NET AJAX controls.  So now I'm wondering if you guys use Script# any internally?  Or if you have any plans of providing bindings for your control suite?  Since the controls have such a rich client feature set and adhere nicely to the MS AJAX framework, it seems like it would be a really good addition to the product.
Ivo
Telerik team
 answered on 27 Aug 2009
1 answer
58 views
Please, can you make a Skin with bigger round edge ? Maybe 3 or 7 pixel round edge. All the Skins with round edge have only 1 pixel round edge which is hard to see on a high res Display like Full HD Display.
Ivo
Telerik team
 answered on 27 Aug 2009
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?