Hi,
I am using RadDockLayout with userControl. I want all my dock to be close when my page load.
I use Collapsed="false" but here my problem if i do that
The problem is is that i need to expand each section twice or there nothing showing from the usercontrol.
If i click once the RadDock it will open just a little bit and then i need close it and expand again.
Then everything is fine.
Any idea why?
Tks
<%@ Register Src="~/information/profil/control/resultats.ascx" TagName="Profil" TagPrefix="uc2" %>
<%@ Register Src="~/information/profil/control/action_one_eleve.ascx" TagName="action_one_eleve" TagPrefix="uc2" %>
<
asp:Content
ID
=
"Content1"
ContentPlaceHolderID
=
"head"
runat
=
"server"
>
</
asp:Content
>
<
asp:Content
ID
=
"Content2"
ContentPlaceHolderID
=
"ContentPlaceHolder1"
runat
=
"server"
>
<
div
class
=
"boxLessSpaceV"
>
<
i
class
=
"fa fa-user fa-2x"
></
i
> <
asp:Label
ID
=
"lblName"
CssClass
=
"TitlePage"
runat
=
"server"
Text
=
"Profil - Luc Emond"
></
asp:Label
>
<
hr
/>
<
uc2:menuProfil
ID
=
"menuProfil"
runat
=
"server"
/>
<
hr
/>
</
div
>
<
telerik:RadDockLayout
runat
=
"server"
ID
=
"RadDockLayout1"
EnableEmbeddedSkins
=
"true"
Skin
=
"Metro"
>
<
div
>
<
table
style
=
"padding: 0px;border-collapse: collapse; border-spacing: 0;"
>
<
tr
>
<
td
style
=
"width: 222px;"
>
<
telerik:RadDockZone
runat
=
"server"
ID
=
"RadDockZone1"
Skin
=
"Metro"
Orientation
=
"vertical"
Style
=
"border: 0;width: 700px;height:500px;"
>
<
telerik:RadDock
runat
=
"server"
ID
=
"UserInfo"
Collapsed
=
"false"
EnableDrag
=
"false"
Title
=
"Résultats"
Width
=
"700px"
Height
=
"500px"
EnableAnimation
=
"true"
>
<
ContentTemplate
>
<
uc2:Profil
ID
=
"ProfilControl"
runat
=
"server"
></
uc2:Profil
>
</
ContentTemplate
>
</
telerik:RadDock
>
<
telerik:RadDock
runat
=
"server"
ID
=
"RadDock1"
EnableDrag
=
"false"
Collapsed
=
"false"
Title
=
"Actions "
Width
=
"700px"
Height
=
"500px"
EnableAnimation
=
"true"
>
<
ContentTemplate
>
<
uc2:Profil
ID
=
"Profil1"
runat
=
"server"
></
uc2:Profil
>
</
ContentTemplate
>
</
telerik:RadDock
>
</
telerik:RadDockZone
>
</
td
>
</
tr
>
</
table
>
</
div
>
</
telerik:RadDockLayout
>
</
asp:Content
>
Hello,
I have a requirement to allow client side selection of a row using RadGrid.
I have a parent form that opens a child form using javascript window.open. I want the child form to pass back a value in a selected row in the grid.
I have set the following:
<ClientSettings EnableRowHoverStyle="true">
<Selecting AllowRowSelect="True" />
<ClientEvents OnRowClick="MyJavascriptFunction()" />
</ClientSettings>
The problem is the OnRowClick event is fired on load of the grid, but not on RowClick. I've tried OnRowDblClick, OnRowSelected all with the same result.
Please help.
Thank you,
Tim Inouye
Hi,
I am facing issue in Telerik spellcheck control in one of my project.
This control works fine when I run it on my local machine, but when I deploy it on server (windows 2012) it is giving me following error when I click on "Spell Check" button,
"Web.config registration missing! The spellchecking functionality requires a HttpHandler registration in web.config. Please, use control Smart Tag to add the handler automatically, or see the help for more information.~/Telerik.Web.UI.SpellCheckHandler.ashx"
This website is running in a IIS 7 environment in Classic Mode. I tried different solution available on internet but no luck as of now.
I have added dll reference in my web project and also registered in the web.config.
Could you please let me know if anyone worked on this kind of issue or having any suggestions.
Hi,
I am facing issue in Telerik spellcheck control in one of my project.
This control works fine when I run it on my local machine, but when I deploy it on server (Windows 2012) it is giving me following error when I click on "Spell Check" button,
"Web.config registration missing! The spellchecking functionality requires a HttpHandler registration in web.config. Please, use control Smart Tag to add the handler automatically, or see the help for more information.~/Telerik.Web.UI.SpellCheckHandler.ashx"
This website is running in a IIS 7 environment in Classic Mode. I tried different solution available on internet but no luck as of now.
I have added dll reference in my web project and also registered in the web.config.
Could you please let me know if anyone worked on this kind of issue or having any suggestions.
I have a grid with formatted cells(by calling user_defined function) based on various criterias on page_load.
But while I tried to view the next page, the formatting disappears on new pages as well as the initial page.
Please advise on what event should have the user_defined function to format the grid cells during next/previous page change.
Hi. I am using Telerik RadEditor control in one Webpage, want to copy paste the whole content from a MS Word document to this RadEditor control.
And I have set 'MSWord' to 'StripFormattingOptions' property. With this, am able to do copy-paste from MS Word document content with all Font settings, but images are not coming to the RadEditor control.
Can you please give me solution to get it ?
Hi Team,
I have an ASP.Net project where I newly used a Radgrid and a RaddatePicker . Also I am loading HTML Templates(.htm Files) in some case.
So In HTML template (Old pages ) I have used Datepicker class to show calendar control. But My New ASP.Net Page is using RaddatePicker . But both Raddatepicker and DatePicker UI looks different. I would like to use RaddatePicker in HTML Templates also.
Could you please suggest me that how can I use RaddatePicker in an HTML pages ? Or suggest me an alternate solution for calendar uniformity. ?
Regards
Ramesh.
Hello Telerik Team,
Could you please help me with my issue ? My intention is to have completely responsive app with responsive design, elasticitiy, etc. I use RadPageLayout and also css files with media query based on resolution from this page http://docs.telerik.com/devtools/aspnet-ajax/controls/pagelayout/creating-responsive-design/viewport-breakpoints
So far everything is working fine, but now I want to use a discussion forum with radwindow control for a new thread. Declaration of current radwindow is here:
<
telerik:RadWindow
NavigateUrl
=
"~/Pages/EditForm/Helper/ForumBoardInWindow.aspx"
runat
=
"server"
Behaviors
=
"Close,Move, Resize"
ID
=
"ForumBoardWindow"
VisibleStatusbar
=
"false"
Width
=
"620px"
Height
=
"388px"
Modal
=
"false"
KeepInScreenBounds
=
"true"
>
</
telerik:RadWindow
>
The problem is that radwindow fixed width and height (iframe) has taken media query from css file as a small screen resolution, even web browser (IE, Firefox) is running on 23'' display - 1920 x 1080 pixels resolution. The result is smaller displayed font as parent page has.
@media only
screen
and (
min-width
:
361px
) and (
max-width
:
768px
) {
body {
font-size
:
11px
;
background-color
:Fuchsia;
}
}
Parent page looks good, it is evaluated as extra large screen.
@media only
screen
and (
min-width
:
1281px
) {
body {
font-size
:
16px
;
}
}
So I have two issues:
1. How to set the same media query resolution for a radwindow control as parent page has, based on actual web browser size ?
2. How to proportionally resize rad window control when user resize web browser (IE, Firefox), or application will be opened on smaller devices (tablet, mobile phone) ?
Thank you for your help and assistance.
Best regards
Vasssek