This is a migrated thread and some comments may be shown as answers.

Problem facing while opening radwindow from radwindow in iframes

10 Answers 119 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Anil Kumar Patra
Top achievements
Rank 2
Anil Kumar Patra asked on 10 Feb 2010, 06:52 AM


Hi,
I  am using mastertabs.aspx containing telerik radtabs  and iframe controls.
if i click certain tab then the corresponding page will be opened in iframe.From that page named as first.aspx  iam opening a rad window1 named as second.aspx  .  from radgrid.from the second.aspx iam opening another radwindow2 named  third.aspx.But this third.aspx page will be displayed backside of the second.aspx.
Please Tell me the Solution for this problem.
Thanks in advance.

10 Answers, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 12 Feb 2010, 04:48 PM
Hello Anil,

I believe that this forum thread will be of help.

Greetings,
Fiko
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Anil Kumar Patra
Top achievements
Rank 2
answered on 22 Feb 2010, 08:13 AM
Hai telerik,
            Thank you for co-operation and that forum was very useful for me.
            I got a problem,i want to open a radwindow on maximize mode.i have created that window on serverside dynamically and i wnat to maximize that.i have code on master page:
                    function onRadwindowShow(sender,args)
                    {
                            sender.maximize(true);
                    }
and i called on server side of conent page:
-----------------------------------
radwindow window = new Radwindow();
window.onClientShow="onRadwindowShow";
but its not working,then how to do,its urgent to me,pls help.Thank you


Regards
Anil                                            
0
Anil Kumar Patra
Top achievements
Rank 2
answered on 23 Feb 2010, 12:33 PM
Hai Telerik,
        I am facing a problem in css of TreeView.I want to decrease the height and width of two treeview items.I am able to decrease the width of main menu items but i am not getting any idea to decrease the height of  main menu between items and both height and width of submenu items height and width.i am trying so much from two day onwards but i am not getting any solution.Pls pay concentration to my query,its very urgent to me.Thanks

[also i am asking about radwindow problem,but u didn't give any reply,but thats not the tension,that problem was solved]


((I am sending u both snapshot of treeview[submenu and menu items])) and also css file:

.RadTreeView_Sunset

 

, .RadTreeView_Sunset a.rtIn, .RadTreeView_Sunset .rtEdit .rtIn input

 

 

{

 

color: #333;

 

 

 

font: 12px "Segoe UI" , Arial, sans-serif;

 

 

 

height: 13px !important;

 

 

 

text-align: left;

 

 

 

vertical-align: middle;

 

 

 

white-space:normal;

 

 

 

width:100px;

 

}

 

.RadTreeView_Sunset

 

.rtPlus, .RadTreeView_Sunset .rtMinus

 

 

{

 

background-image: url( 'TreeView/PlusMinus.png' );

 

}

 

.RadTreeView_Sunset

 

.rtChecked, .RadTreeView_Sunset .rtUnchecked, .RadTreeView_Sunset .rtIndeterminate

 

 

{

 

background-image: url( 'TreeView/TriState.png' );

 

 

 

text-align: left;

 

}

 

.RadTreeView_Sunset

 

.rtHover .rtIn

 

 

{

 

color: #863d02;

 

 

 

border-color: #ca9a3e;

 

 

 

background-color: #f9ed8c;

 

 

 

background-image: url( 'TreeView/ItemHoveredBg.png' );

 

 

 

text-align: left;

 

}

 

.RadTreeView_Sunset

 

.rtSelected .rtIn

 

 

{

 

color: #5d1f00;

 

 

 

border-color: #f19639;

 

 

 

background-color: #f19639;

 

 

 

background-image: url( 'TreeView/ItemSelectedBg.png ' );

 

 

 

text-align: left;

 

}

 

.RadTreeView_Sunset

 

.rtSelected .rtLoadingBefore, .RadTreeView_Sunset .rtSelected .rtLoadingAfter, .RadTreeView_Sunset .rtSelected .rtLoadingBelow

 

 

{

 

color: #333;

 

 

 

text-align: left;

 

}

 

.RadTreeView_Sunset

 

.rtLI .rtEdit .rtIn

 

 

{

 

border-color: #f19639;

 

 

 

background: #fff;

 

 

 

text-align: left;

 

}

 

.RadTreeView_Sunset_disabled

 

.rtIn, .RadTreeView_Sunset .rtDisabled .rtIn

 

 

{

 

color: #ccc;

 

}

 

 

/* <node lines> */

.RadTreeView_Sunset

 

.rtLines .rtLI, .RadTreeView_Sunset .rtLines .rtFirst .rtUL

 

 

{

 

background-image: url( 'TreeView/NodeSpan.png' );

 

 

 

text-align: left;

 

 

 

height: auto;

 

}

 

.RadTreeView_Sunset_rtl

 

.rtLines .rtLI, .RadTreeView_Sunset_rtl .rtLines .rtFirst .rtUL

 

 

{

 

background-image: url( 'TreeView/NodeSpan_rtl.png' );

 

 

 

text-align: left;

 

}

 

.RadTreeView_Sunset

 

.rtLines .rtFirst, .RadTreeView_Sunset .rtLines .rtFirst .rtUL

 

 

{

 

background-image: url( 'TreeView/FirstNodeSpan.png' );

 

 

 

text-align: left;

 

}

 

.RadTreeView_Sunset_rtl

 

.rtLines .rtFirst, .RadTreeView_Sunset_rtl .rtLines .rtFirst .rtUL

 

 

{

 

background-image: url( 'TreeView/FirstNodeSpan_rtl.png' );

 

 

 

text-align: left;

 

}

 

.RadTreeView_Sunset

 

.rtLines .rtLast, .RadTreeView_Sunset .rtLines .rtLast .rtUL

 

 

{

 

background-image: none;

 

 

 

text-align: left;

 

}

 

.RadTreeView_Sunset

 

.rtLines .rtTop

 

 

{

 

background-image: url( 'TreeView/TopLine.png' );

 

 

 

text-align: left;

 

}

 

.RadTreeView_Sunset_rtl

 

.rtLines .rtTop

 

 

{

 

background-image: url( 'TreeView/TopLine_rtl.png' );

 

 

 

text-align: left;

 

}

 

.RadTreeView_Sunset

 

.rtLines .rtMid

 

 

{

 

background-image: url( 'TreeView/MiddleLine.png' );

 

 

 

text-align: left;

 

}

 

.RadTreeView_Sunset_rtl

 

.rtLines .rtMid

 

 

{

 

background-image: url( 'TreeView/MiddleLine_rtl.png' );

 

 

 

text-align: left;

 

}

 

.RadTreeView_Sunset

 

.rtLines .rtBot

 

 

{

 

background-image: url( 'TreeView/BottomLine.png' );

 

 

 

text-align: left;

 

}

 

.RadTreeView_Sunset_rtl

 

.rtLines .rtBot

 

 

{

 

background-image: url( 'TreeView/BottomLine_rtl.png' );

 

 

 

text-align: left;

 

}

 

.RadTreeView_Sunset

 

.rtLines .rtLast .rtTop

 

 

{

 

background-image: url( 'TreeView/SingleLine.png' );

 

 

 

text-align: left;

 

}

 

.RadTreeView_Sunset_rtl

 

.rtLines .rtLast .rtTop

 

 

{

 

background-image: url( 'TreeView/SingleLine_rtl.png' );

 

 

 

text-align: left;

 

}

 

/* </node lines> */

 

/* Modify - Adjusting Node spacing on Feb 4th 2010*/

div.RadTreeView_Sunset

 

.rtIn

 

 

{

 

margin: 0 !important;

 

 

 

padding: 0 !important;

 

 

 

padding-top: 0px !important;

 

 

 

padding-left: 0px;

 

}

 

div.RadTreeView_Sunset

 

.rtHover .rtIn, RadTreeView_Sunset .rtSelected .rtIn

 

 

{

 

padding-left: 0px !important;

 

}

 

div.RadTreeView_Sunset

 

.rtPlus, RadTreeView_Sunset .rtMinus

 

 

{

 

margin-right: 3px !important;

 

}

 

div.RadTreeView_Sunset

 

.rtSp

 

 

{

 

height: 13px !important;

 

 

 

text-align: left;

 

 

 

vertical-align: text-bottom;

 

}

 

.RadTreeView_Sunset

 

.rtTop, .RadTreeView .rtMid, .RadTreeView .rtBot

 

 

{

 

white-space: nowrap;

 

}

 





Regards
Anil Kumar
0
Yana
Telerik team
answered on 25 Feb 2010, 09:57 AM
Hello Anil,

In reference to your questions:
  • If you need to call the onRadwindowShow function when the RadWindow is shown you need to set the name of that function to the OnClientShow property of the control:
    RadWindow1.OnClientShow = "onRadwindowShow ";
  • you just need to add the following css styles to your page in order to reduce the space between the nodes:

  • <style type="text/css">
        div.RadTreeView {
            line-height: 16px;
        }
                
        div.RadTreeView .rtSp {
            height: 14px;
        }
         
        div.RadTreeView .rtHover .rtIn, div.RadTreeView .rtSelected .rtIn {
            padding: 1px 1px 0px;
        }
         
        div.RadTreeView .rtIn  {
            padding: 2px 2px 1px;
        }
    </style>


Best wishes,
Yana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Anil Kumar Patra
Top achievements
Rank 2
answered on 25 Feb 2010, 11:45 AM
 Hai Telerik,
              Thank you it's working fine as my satisfaction.Yeah I have a radcombobox and width is 200px.but text is some large. I placed for horizontal scrolls but hover style is not appearing .only the displaying text is appearing and rest of text comes blank not hovering.according to text that hover style should appear.becoz according to width of combo,hover style is appearing and rest is not appearing.So please help me,it's urgent to me.Thanking You

Best Regards
Anil
0
Accepted
Yana
Telerik team
answered on 02 Mar 2010, 02:30 PM
Hi Anil Kumar Patra,

I cannot understand this issue with the combobox. Could you please explain in more details and paste here sample code? Thanks

Greetings,
Yana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Anil Kumar Patra
Top achievements
Rank 2
answered on 03 Mar 2010, 04:26 AM
Hai telerik,
                Thank you for ur reply,that problem was solved.but i was asked another prooblem.again i repeating u,i am using radmenu and i want to display upto 4 level child menu.its appearing.but problem is upto 2 level child items its appearing perfectly but the 3rd level child items is appearing just like 5px towards 2nd level child items.but i want to display just side of 2nd level menuitems.what is css class for 3rd level menu items.pls help me.i send u the snapshot of radmenu.



Thank you
anil kumar
0
Accepted
Yana
Telerik team
answered on 05 Mar 2010, 10:41 AM
Hi Anil Kumar Patra,

Please add the following css styles to your page and let us know how it goes:

.RadMenu .rmLevel2 .rmSlide {
   margin: 0 !important;
}


Regards,
Yana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Anil Kumar Patra
Top achievements
Rank 2
answered on 08 Jul 2010, 03:06 PM
Hi Yana,
            I faced some problems in Radeditor,So pls give me some idea about it...
1.I am using telerik Q2 2009 version radeditor,I want to print the content of radeditor including footer and Header.
2.I want to print the content of radeditor in preview mode(Like Edit mode = Preview mode)

     I saw ur all forums but i didnt get any idea.also i am tring using the property <Has Permissions="false">,here also i am getting js error related to object.So please help me about this problem.I am struggling from 15 days onwards for this reason only.Its very urgent to me,so pls pls help me and give some example and url for reference.Pls Pls Pls.......


Thank you

Regards
Anil
      
0
Rumen
Telerik team
answered on 13 Jul 2010, 12:53 PM
Hi Anil,

Straight to the points:
1) RadEditor does not offer header and footer sections. Can you please explain in more details your scenario and attach a screenshot of the header and footer sections and RadEditor?
2) Here is how to disable the new RadEditor for ASP.NET AJAX and enable the Print button only, e.g.

<script type="text/javascript">
    functionOnClientLoad(editor) {
        editor.enableEditing(false);
        vartool = editor.getToolByName("Print");
        tool.setState(0);
</script> 
<telerik:RadEditor ID="RadEditor1"runat="server"OnClientLoad="OnClientLoad"
    <Content>sample content</Content> 
</telerik:RadEditor>



Greetings,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Anil Kumar Patra
Top achievements
Rank 2
Answers by
Fiko
Telerik team
Anil Kumar Patra
Top achievements
Rank 2
Yana
Telerik team
Rumen
Telerik team
Share this question
or