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?
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.