Combo box and Date picker works internally on server but does not work on externall environment.
Even F12 does not gives any error in browser.
What can be issue?
I am looking for some advice about whether the RadGrid has the capacity to display results in manner other than a simple row.
I've attached an image that has an example of the type of thing that I'm after.
Essentially, I'd like to display some data horizontally and some data vertically, much like my very poor example below.
-------------------------------------------------------------------------------------------
This is the title of the first record and it can go on for quite a while
Date Created: 24/04/2014
Belongs to: Fred
-------------------------------------------------------------------------------------------
This is the title of the second record and it too can go on for a while
Date Created: 22/04/2016
Belongs to: Nathanial
-------------------------------------------------------------------------------------------
Any and all help appreciated!
How do you programatically remove or hide the insert new record button on a radgrid? I can't directly reference the control btnAddReconItem.
<
telerik:RadGrid ID="rgReconciliation" runat="server" Skin="Vista" AllowPaging="true"
AutoGenerateColumns="false">
<HeaderContextMenu Skin="Vista">
<CollapseAnimation Type="OutQuint" Duration="200" />
</HeaderContextMenu>
<PagerStyle Mode="NextPrevAndNumeric" NextPageText="&gt;" PrevPageText="&lt;" />
<MasterTableView CommandItemDisplay="Top">
<CommandItemTemplate>
<table>
<tr>
<td width="30%">
<asp:LinkButton ID="btnAddReconItem" runat="server" Font-Bold="true" CausesValidation="false"
CommandName="InitInsert">Add Reconciliation Item</asp:LinkButton>
</td>
<td width="40%">
</td>
<td width="30%">
</td>
</tr>
</table>
</CommandItemTemplate>
<Columns>
</Columns>
</MasterTableView>
</telerik:RadGrid>
Hello Guys,
I am using Assembly version 2018.1.117.45of UI for ASP.NET. we are primarily using Radgrid control on the pages. Issue here is i always get distorted view of Radgrid control. after refreshing page 4-5 times i get proper view. can some one assist me on this issue.
My RadEditor works when the web site is served with IIS 7.5 but It doesn't work when it is served with IIS 10.
It seems that some JS to bring the functionality of the control isn't generated anymore.
how can I solve this?
thanks in advance.
I'm using a radeditor from 2008 and it only works on IE11.
I found that some script is automatically generated on IE but when I use other browsers the script is missing.
Is there a way to fix that?(for example somehow fool the telerik control to think it is IE11)
thanks in advance.
On Phone and Table device browsers, I get this error on two pages.
The control with ID '' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidOperationException: The control with ID '' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.The two pages have one thing in common, a control being used. The one page basically is just a RadCaptcha giving access to another page.
They work fine with normal desktop browsers, or on the device when the browser is switched to desktop mode (Chrome).
The page has a just inside the form in the Site.Master file. It is an ASP.NET application Master files. The RadCaptcha is at the bottom the page well below the RadScriptManager definition.
If I add an aspiptManager, I get an error saying you can only have one script manager.
My RadScriptManager call looks like this.
<telerik:RadScriptManager ID="RadScriptManager" runat="server" CdnSettings-TelerikCdn="Enabled"> <Scripts> <%--To learn more about bundling scripts in ScriptManager see http://go.microsoft.com/fwlink/?LinkID=301884 --%> <%--Framework Scripts--%> <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" /> <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" /> <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" /> <asp:ScriptReference Name="MsAjaxBundle" /> <asp:ScriptReference Name="jquery" /> <asp:ScriptReference Name="bootstrap" /> <asp:ScriptReference Name="respond" /> <asp:ScriptReference Name="WebFormsBundle" /> <%--Site Scripts--%> </Scripts></telerik:RadScriptManager>
The problem would seem to be RadCaptcha related.