Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
126 views

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?

Sanhita
Top achievements
Rank 1
 asked on 24 Apr 2018
0 answers
129 views

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!

 

Michael
Top achievements
Rank 1
 asked on 24 Apr 2018
10 answers
1.4K+ views

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="&amp;gt;" PrevPageText="&amp;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>

 

Chris
Top achievements
Rank 1
 answered on 23 Apr 2018
6 answers
233 views
I am trying to create a master/detail view but it is returning all records in the detail.

In the master datakeynames, I have ProductTypeID (primary key) and ProductID

In the detail datakeynames, I have ID (primary key), ProductTypeID and ProductID

For the Parent Table Relations, I have two rows set to ProductTypeID and ProductID.  For each master record, it is returning every detail row without any filtering.  What am I doing wrong here?
amador
Top achievements
Rank 1
 answered on 23 Apr 2018
0 answers
77 views

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.

 

Kod
Top achievements
Rank 1
 asked on 23 Apr 2018
0 answers
195 views
We have a web application that uses many controls of Telerik RadControls for ASP.NET Ajax version 2011.2.712.40 and we want to use 1 control (RadTextEditor) of the version Telerik RadControls for ASP.NET Ajax version 2013.3.1015.40. in the same web project.
Libraries that are used by telerik:
- Telerik.Web.Design
- Telerik.Web.UI
- Telerik.Web.UI.Skins


Issue:
Is this possible? How could I do it? Please could you give me links, documents, how to do it ?.
SergioJVQ
Top achievements
Rank 1
 asked on 23 Apr 2018
13 answers
3.5K+ views
hi,
I am new in using Telerik radcontrol in asp.net.
i am trying to create a order form in this form using a gridview in this grid view have dropdownlist,label and two textbox.
first i bind to dropdown list that access data from sqldatabase.
i am unable to bind that 
Janwar
Top achievements
Rank 1
 answered on 23 Apr 2018
0 answers
119 views

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.

Anooshiravan
Top achievements
Rank 1
 asked on 23 Apr 2018
0 answers
115 views

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.

Anooshiravan
Top achievements
Rank 1
 asked on 22 Apr 2018
2 answers
671 views

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.

 

 

George
Top achievements
Rank 2
 answered on 21 Apr 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?