Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
771 views
Hello,

I have RadEditor (Q2 2008 version 2008.1 619) and I want to know how to make the contents read only.

I searched your forums and found references to the Editable and HasPermissions properties, but these appear to be for a previous version.  I also found some JavaScript code to set the .EnableEditing property from client-side.  This also appears to be for a newer version.

What is the proper way to set the RadEditor to read only in my version?

Thanks,

Randall Price
Rumen
Telerik team
 answered on 20 Feb 2009
1 answer
258 views
HI all,
i need to capture the new content of the editor in paste command.
i checked all the forums and i didn't get any solution for this.
please help me in this issue.
in which i can get the new value of editor.


Thanks & Regards,
Krishnakanth
Rumen
Telerik team
 answered on 20 Feb 2009
3 answers
52 views
I want to have 5 minute granularity on the schedule, If I specify a rowheight of less than 14 I get a very odd result.

This is due to the vista skin having a line-height or 14px. The schedule skin needs to overwrite this line height.

http://www.sqlbits.com/beta/information/NewAgenda2.aspx shows the odd behaviour.
Simon
Top achievements
Rank 1
 answered on 20 Feb 2009
1 answer
121 views
Hi,

If I use the RadWindow directly its working fine, but when I used RadWindow throug the custom control it is showing up only the content window, all other parts are missing. I have tried to add propertiesVisibleTitleBar and VisibleStatusBar to true but is of no use and also i have set the width and height but its always the same. Could you please say what I might me missing? Please see attached.
public class XyzControl : RadWindow, XyzInterface
    { 
        protected override void OnPreRender(EventArgs e) 
        { 
            base.OnPreRender(e); 
 
            Modal = true
                       
            Width = Unit.Pixel(760); 
            Height= Unit.Pixel(400); 
             
            Behaviors = WindowBehaviors.Default; 
            VisibleTitlebar = true
            VisibleStatusbar = true
            Visible = true
        } 
         
    } 


Thanks,
Vinay
Georgi Tunev
Telerik team
 answered on 20 Feb 2009
1 answer
73 views

   Hello All,

                   I am using a Hierarchical RadGrid in which I am showing the data related to customers and their  orders placed.
Now I want that when I extend the second record in which I can see the orders also, the first record should be automatically collapsed.
Please tell me how can I do this.


Thanks in advance
Regards
Ritzie


Princy
Top achievements
Rank 2
 answered on 20 Feb 2009
0 answers
57 views
I need help on tree viw controls in my scenario i want to drad and drop the the tree view node values to a data grid text box control is it posible can you plz hlep me reagrding this
sahar
Top achievements
Rank 1
 asked on 20 Feb 2009
1 answer
161 views
Does RadUpload support concurrent / simultaneous uploads? I know you can queue multiple files and have them uploaded synchronously but I'd like to upload file A and then while that is uploading pick file B and allow that file to start uploading as well. I think the browser limits you to 2? connections. If so I'd still be able to upload 2 files at one time.

Here is an example of what I want to do in PHP:
http://www.seemysites.net/projFolder/uploader/


Genady Sergeev
Telerik team
 answered on 20 Feb 2009
3 answers
163 views

Hi All

 

I have a series of comboboxes on the page, each updates depending on what is selected in the previous one.  If my users select a value, then hit Enter, the next combo updates and focus moves to the next combo as expected.  However the tab key doesn't do that at all.  Instead hitting the tab key causes the next combo to update, but focus changes to someplace outside the browser, like up in the address bar.  Here's the code I'm using in my onSelectedIndexChanged event handlers behind the combo boxes:

 

protected void radddlTechnician_id_SelectedIndexChanged(object o, RadComboBoxSelectedIndexChangedEventArgs e)  
        {  
            RadAjaxManager1.FocusControl(this.radddlProvider_id.ClientID + "_Input");  
        } 

.

I've assigned a TabIndex property to each control as well - while that helps with the order of focusing, it didn't help with this problem.

I'm using Q3 .1314 with Ajaxmanager and .Net 3.5  

Any thoughts?

Thanks

Mark

Yana
Telerik team
 answered on 20 Feb 2009
2 answers
99 views
Hi!

I have put five sliders in a div with the style display: none. In the page_load I set the value to 70 for one slider and 30 for another, the other three is set to 0. When I push a button I will check so the value of the sliders is 100, but when I do this all sliders value is 0. Why? If I switch to the layer that is hidden from the beginning the sliders value is correct and the sum is correct if I push the button. I have made a repaint for the sliders when the layer is shown, can I do that at serverside too?

On client-side:

<

 

telerik:RadSlider runat="server" ID="slShareGlobal" OnClientValueChange="HandleValueChangeShareGlobal"

 

OnClientLoaded="HandleValueChangeShareGlobal" Length="318" Skin="Telerik" />

 

 


On server-side:
Initiating slider:

slShareGlobal.Value = 70

;

Checking value:

 

 

 

int 

 

shareGlobal = (int)slShareGlobal.Value;

 

 

 

 

 

 

 

/Elin

Elin Berg
Top achievements
Rank 1
 answered on 20 Feb 2009
2 answers
121 views
Hello All,

         I am binding a datatable to a RadGrid through code behind.I am using a RadCombo also in my form.I have to change the items of the RadGrid on SelectedIndexChange of a RadCombo,but i am not able to do that,Can anyone help me for this.Please suggest me where am I going wrong or there are any special properties to change.

Thanking You in Advance,
Regards,
Ritzie
Ritzie
Top achievements
Rank 1
 answered on 20 Feb 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?