Hi, i faced 2 problems
1. Error: Web.config registration missing! The Telerik dialogs require a HttpHandler registration in the web.config file.
I tried all the method as shown in the article, it still face the same problem. http://www.telerik.com/support/kb/aspnet-ajax/editor/details/error-web-config-registration-missing!-the-telerik-dialogs-require-a-httphandler-registration-in-the-web-config-file-
2. I got error page when i want to edit the page in Sharepoint 2013. It prompt me "Object reference not set to an instance of an object."
Please help. Thank you.
Hi Telerik Team,
heres my issue i have been working with detailtables on my sistem for a school the what it supposed to do its show me the grades of the students and i have a button outside the grid to export that to excel the thing is that the table needs to be expanded to show the grades because the student data its the parent part and the grades are the child 2 days ago it worked now only one record from the table wont expand(automatically or pushing the lil arrow) but all the 200 records from the same sqldatasource works and since that one wont expand i cant export it what could it be? thanks.
I'm using a Telerik maskedtextbox. Let say the mask is '#####'.
I can enter 1-5 digits and all is good.
If I add a RegularExpressionValidator to the field, it will always fail unless I enter exactly the amount of digits specified in the mask.
ex.
just the maskedtextbox with mask '#####', I can enter 1, 11, 111, 1111, 11111 and all is good.
If I add a RegularExpressionValidator, it fails unless the input is 11111.
Hi,
The message in the ShowMoreResults box doesn't seem to appear with the latest official release (2017.1.228.45).
It's easy to see using a very simple project with a combobox loading progressively from a web service - if you use an earlier version of the Telerik libraries the message appears, and then if you simply swap in the latest version the message no longer appears.
Hi,
My question is in continuation to the post here:
http://www.telerik.com/forums/radeditor-and-jquery-dialog#XU8vpR6BrEmEhKLz7S5qSA
my radeditor inside the dialog is uneditable. I have a parent page and the jquerydialog is in that page. The dialog loads another page, which has RADeditor in it. Calling OnParentNodeChanged in the parent page will not work as the editor is not recognizable there. What can be done?
Thanks.
Anandi
html, body, form, RadPageView
{
height
:
100%
;
margin
:
0px
;
padding
:
0px
;
overflow
:
hidden
;
}
.ContentPane {
height
:
auto
!important
;
}
<
div
id
=
"ParentDivElement"
style
=
"height: 100%;"
>
<
telerik:RadSplitter
ID
=
"MainSplitter"
runat
=
"server"
Height
=
"100%"
Width
=
"100%"
Orientation
=
"Horizontal"
Skin
=
"Outlook"
>
<
telerik:RadPane
ID
=
"TopPane"
runat
=
"server"
Height
=
"100"
MinHeight
=
"85"
MaxHeight
=
"150"
Scrolling
=
"none"
>
</
telerik:RadPane
>
<
telerik:RadSplitBar
ID
=
"RadsplitbarTop"
runat
=
"server"
CollapseMode
=
"Forward"
/>
<
telerik:RadPane
ID
=
"MainPane"
runat
=
"server"
Scrolling
=
"none"
MinWidth
=
"500"
>
<
telerik:RadSplitter
ID
=
"NestedSplitter"
runat
=
"server"
Skin
=
"Outlook"
LiveResize
=
"true"
>
<
telerik:RadPane
ID
=
"LeftPane"
runat
=
"server"
Width
=
"200"
MinWidth
=
"150"
MaxWidth
=
"400"
></
telerik:RadPane
>
<
telerik:RadSplitBar
ID
=
"VerticalSplitBar"
runat
=
"server"
CollapseMode
=
"Forward"
/>
<
telerik:RadPane
ID
=
"ContentPane"
runat
=
"server"
CssClass
=
"ContentPane"
>
<
telerik:RadTabStrip
ID
=
"RadTabStrip1"
runat
=
"server"
MultiPageID
=
"RadMultiPage1"
SelectedIndex
=
"0"
>
<
Tabs
>
<
telerik:RadTab
Text
=
"Grid"
Value
=
"Grid1"
></
telerik:RadTab
>
<
telerik:RadTab
Text
=
"Chart"
Value
=
"Chart1"
></
telerik:RadTab
>
<
telerik:RadTab
Text
=
"Grid_Chart"
Value
=
"Grid_Chart"
></
telerik:RadTab
>
</
Tabs
>
</
telerik:RadTabStrip
>
<
telerik:RadMultiPage
ID
=
"RadMultiPage1"
runat
=
"server"
SelectedIndex
=
"0"
>
<
telerik:RadPageView
ID
=
"RadPageView1"
runat
=
"server"
></
telerik:RadPageView
>
<
telerik:RadPageView ID
=
"RadPageView2"
runat
=
"server"
>
<
div
id
=
"Div1"
style
=
"height: 100%;"
>
<
telerik:RadSplitter
ID
=
"RadSplitter_Chart"
runat
=
"server"
Orientation
=
"Horizontal"
Height
=
"100%"
Width
=
"100%"
>
<
telerik:RadPane
ID
=
"RadPane_Chart_Header"
runat
=
"server"
Height
=
"40"
>RadPane_Chart_Header</
telerik:RadPane
>
<
telerik:RadPane
ID
=
"RadPane_Chart_Main"
runat
=
"server"
CssClass
=
"RadPane_Chart_Main"
>RadPane_Chart_Main
<
telerik:RadGrid
ID
=
"RadGrid3"
runat
=
"server"
></
telerik:RadGrid
></
telerik:RadPane
>
<
telerik:RadPane
ID
=
"RadPane1"
runat
=
"server"
Height
=
"50"
>RadPane_Chart_Header</
telerik:RadPane
>
</
telerik:RadSplitter
></
div
>
</
telerik:RadPageView>
<
telerik:RadPageView
ID
=
"RadPageView3"
runat
=
"server"
></
telerik:RadPageView
>
</
telerik:RadMultiPage
></
telerik:RadPane
>
</
telerik:RadSplitter
></
telerik:RadPane
>
</
telerik:RadSplitter
>
</
div
>
Hi there
I have a grid and one of the fields is a combobox. There are only 5 items and the items to display are not datadriven.
If the editmode = Inplace, then I can click on the field and it shows the possible items in a list as you'd expect.
But if the editmode = Popup, then clicking on the field does not show the possible items and I have to use the up and down arrows to scroll through the items.
Any ideas?
Thanks
ADMIN UPDATE
This issue will be fixed in Chrome 58, as an investigation path has been provided to the Chromium team: http://www.telerik.com/forums/error-telerik-web-ui-webresource#03pCYKiU5ku6u8t2pEluHA.
Bug report with Chromium: https://bugs.chromium.org/p/chromium/issues/detail?id=709064.
END ADMIN UPDATE
I'm receiving the following javascript error using Chrome on a web form. Anyone have any ideas:
Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:6 Uncaught RangeError: Maximum call stack size exceeded
at Sys.UI.DomElement.getElementById (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:6)
at Function.AjaxControlToolkit.TextBoxWrapper.validatorGetValue [as _originalValidatorGetValue] (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27476)
at Function.AjaxControlToolkit.TextBoxWrapper.validatorGetValue [as _originalValidatorGetValue] (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27478)
at Function.AjaxControlToolkit.TextBoxWrapper.validatorGetValue [as _originalValidatorGetValue] (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27478)
at Function.AjaxControlToolkit.TextBoxWrapper.validatorGetValue [as _originalValidatorGetValue] (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27478)
at Function.AjaxControlToolkit.TextBoxWrapper.validatorGetValue [as _originalValidatorGetValue] (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27478)
at Function.AjaxControlToolkit.TextBoxWrapper.validatorGetValue [as _originalValidatorGetValue] (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27478)
at Function.AjaxControlToolkit.TextBoxWrapper.validatorGetValue [as _originalValidatorGetValue] (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27478)
at Function.AjaxControlToolkit.TextBoxWrapper.validatorGetValue [as _originalValidatorGetValue] (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27478)
at Function.AjaxControlToolkit.TextBoxWrapper.validatorGetValue [as _originalValidatorGetValue] (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27478)
Sys.UI.DomElement.getElementById @ Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:6
AjaxControlToolkit.TextBoxWrapper.validatorGetValue @ Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27476
AjaxControlToolkit.TextBoxWrapper.validatorGetValue @ Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27478
AjaxControlToolkit.TextBoxWrapper.validatorGetValue @ Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27478
AjaxControlToolkit.TextBoxWrapper.validatorGetValue @ Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl08_TSM&compress=1&_TSM_CombinedScripts_=%…:27478
AjaxControlToolkit.TextBoxWrapper.validatorGetValue @ Telerik.Web.UI.WebResource.axd?