Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
258 views

When using WebServiceSettings in a RadScheduler, it seems like the Culture of the RadScheduler is overridden with one of the webservice.

In other words an explicit setting is overridden by a implicit, hidden (and possibly obscure) setting.

Many year old postings in this forum tells how to circumvent that madness, but none of them actually works.

The exact behavior is that a RadSchedulers Culture is respected until a response of the webservice containing appointments is received.

Then it is set to english, which is different from the culture I was setting.

Here is what I have tried

Adding

<globalization culture="sv-SE" uiCulture="sv-SE"/>

to web.config.

Setting the page declaration as

<%@ Page Language="C#" Culture="sv-SE" AutoEventWireup="true"

etc...

Running this:

RadScheduler1.Culture = CultureInfo.CurrentUICulture;
Page.Culture = RadScheduler1.Culture.ToString();

in Page_Load.

Is there a way to set Culture in RadScheduler and have it respected?

Anders
Top achievements
Rank 1
 answered on 24 Apr 2018
0 answers
104 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
100 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.3K+ 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
187 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
59 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
141 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.4K+ 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
92 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
93 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?