Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
61 views
We have a toolbar with images and text turned on and around 8-10 items. When the browser is maximized we see all the items, however when one resizes the browser the items hide and are not seen or difficult to get to. 
What is the best way to keep all the items visible without providing a fixed size.  Is there a way we can get a more button with some ... that will let the user know that are more items hidden in the toolbar.
Peter
Telerik team
 answered on 03 Jul 2008
7 answers
211 views
where can i find Telerik.Web.UI dll.I   installed Rad controls for ASP.NET Q1 2008 and could not find the dll in my machine.
Paul
Telerik team
 answered on 03 Jul 2008
1 answer
92 views
Hi

if I select tmpStartDate.SelectedDate it is showing me 
29/07/2008 08:00:00 AM when I use Default english culture.
But If I change to spanish culture by chnaging web.config as follows :

<

globalization enableClientBasedCulture="true"

culture="es-MX"

uiCulture="es-MX" />

and I get date by tmpStartDate.SelectedDate it is giving me 29/07/2008 08:00:00 a.m
(AM is chnaged to a.m.)

How to get format like english(AM) in spanish culture?

Regards
Sagi
Daniel
Telerik team
 answered on 03 Jul 2008
1 answer
211 views
hi,

how can i disable the spell check.
Rumen
Telerik team
 answered on 03 Jul 2008
1 answer
257 views

Hi,

I have a RadGrid with a HyperLinkColumn which I want formatted as blue with no text decoration (i.e. no underline).

I have tried:

<
telerik:GridHyperLinkColumn HeaderText="A" UniqueName="B" Text="C" DataNavigateUrlFormatString="D.aspx?Reference={0}" DataNavigateUrlFields="E" ItemStyle-ForeColor="Blue" ItemStyle-Font-Underline="false">
<ItemStyle HorizontalAlign="Left" />
</telerik:GridHyperLinkColumn>

I have also tried:

<

telerik:GridHyperLinkColumn HeaderText="A" UniqueName="B" Text="C" DataNavigateUrlFormatString="D.aspx?Reference={0}" DataNavigateUrlFields="E">
<ItemStyle ForeColor="Blue" />
</telerik:GridHyperLinkColumn>


Is there anything additional to the above that needs to be set in order to make these properties take effect?

Thanks.

Shinu
Top achievements
Rank 2
 answered on 03 Jul 2008
1 answer
131 views
Hi there,

I'm trying to use the RadEditor with a Config-file:
 <telerik:RadEditor ID="DescriptionEditorE" runat="server" 
  ConfigFile="~/App_Data/RadEditorStandardConfig.xml" >

Visual Studio IntelliSense doesn't suggest the attribute ConfigFile though, and the file is obviously not loaded.

Did I overlook something?

Thank you,
J
Jens
Top achievements
Rank 1
 answered on 03 Jul 2008
3 answers
195 views
Hello,

I'm trying to change some old code to work under ASP.NET Ajax but I'm having difficulties to get it to work. In the 'old' way this was a piece of cake but somewhere I'm missing something. All I want to do in this example is to set the label with a new text, triggered from clientside javascript.
I've followed many suggestions already in your documentation without result
The code:

<%

@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>
<%
@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Namespace="System.Web.UI" TagPrefix="asp" %>
<%
@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml">
<
head runat="server">
<title>Untitled Page</title>
</
head>
<
body>
<form id="form1" runat="server">
<asp:ScriptManager runat="server" ID="ScriptManager1"></asp:ScriptManager>
<div>
<telerik:RadCodeBlock ID="RadCodeBlock1" runat="server">
<script type="text/javascript">
function SetLabel()
{
var ajaxManager = $find("<%= RadAjaxManager1.ClientID %>");
ajaxManager.ajaxRequest(
"It works");
}
</script>
</telerik:RadCodeBlock>
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="RadAjaxManager1">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="Label1" />
</UpdatedControls>
</telerik:AjaxSetting>
</AjaxSettings>
</telerik:RadAjaxManager>
<br />
<asp:Button ID="Button1" runat="server" OnClientClick="SetLabel()" Text="Button" /><br />
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
</div>
</form>
</
body>
</
html>

Codebehind:

Partial

Class _Default
Inherits System.Web.UI.Page
Public Sub RadAjaxManager1_AjaxRequest(ByVal sender As Object, ByVal e As Telerik.Web.UI.AjaxRequestEventArgs) Handles RadAjaxManager1.AjaxRequest

Label1.Text = e.Argument

End Sub

Can someone please point me in the right direction?
Thanks!

Geert

Geejay
Top achievements
Rank 1
 answered on 03 Jul 2008
3 answers
143 views
I am using several RadGrids in my application, and the input controls are a mix of RadInput and RadComboBoxes.  I just on Friday installed the latest release of the controls, upgrading from the early-May release, and suddenly all my controls disappear in my grid edit popups!  They are still working outside grids, but my edit popups now just display control labels and the submit buttons and nothing else.

HELP!!  I have to be finished with this project in two weeks and I do not have time to re-do all these controls!!
Georgi Tunev
Telerik team
 answered on 03 Jul 2008
1 answer
126 views
To Telerik,

We are having a real issue right now.  We have to tell a client that they have to pay for 1.5 weeks of work while we update their system to the new controls.  The client does not have any technical knowledge and as such may or may not think that we take them for a ride.

As a minimum do you have a page on your site explaining this in terms so that non-technical people can understand it, and why:
    a) an application has to be updated from the old "Rad Controls for ASP.NET" to the new "Rad Controls for ASP.NET AJAX" and
    b) why it costs money

I am politely, yet firmly asking you to answer this post.
Lidiya
Telerik team
 answered on 03 Jul 2008
1 answer
107 views
I have a situation where the .Net isPostBack is false on a postback when doing a drag & drop.

Here's my scenario:

I have 4 radGrids on my webpage, all of them have Drag & Drop enabled.
I have 3 radGrids and one of them has an embedded radGrid in one of the columns (hence 4 grids).

If I Drag & Drop from any of my 3 grids everything works great, if I Drag & Drop from my embedded grid the isPostBack is false when it should be true (weird), other then this everything is working as it should.

Thanks

Vlad
Telerik team
 answered on 03 Jul 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?