Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
97 views
How can I do to save my graphs in pdf? Is there any tools for this?
Richard
Top achievements
Rank 1
 answered on 22 May 2012
1 answer
48 views
Hi,
How can we add a user control (that contien listebox, listecombo,radupload,picture from database ... ) inside  
a liste view ?
Thank you 
Richard
Top achievements
Rank 1
 answered on 22 May 2012
3 answers
97 views
I did translate radscheduler.main.resx as shown in this video
http://tv.telerik.com/watch/aspnet/radscheduler/radscheduler-localization-with-resource-files

could not find lines for "Edit Appointement" and "Subject"
what name do they have in resx file?
Jean-Marc
Top achievements
Rank 1
 answered on 22 May 2012
2 answers
99 views
The input fields for the table width and height are too small to show 3-digit numbers comfortably. I would like to make them bigger. I can't figure out where to put a style or a little script to execute to make the change.

I know I can do this by creating a custom skin, but I really don't want to go that far.

Please let me know if there is a simple way to do this.
Dan Ehrmann
Top achievements
Rank 1
 answered on 22 May 2012
5 answers
121 views
Hi,

I'm trying the ASP.NET AJAX suite, and I don't know how to solve this function:

I have two treeviews: 
  1. First treeview will receive nodes from second treeview
  2. node from one treeview can't be moved to nodes of the same treeview
  3. nodes of second treeview can be moved only to first treeview
  4. nodes of first treeview can't be moved to second treeview 

I try to implement the functionality: processes(first preeview) and activities(second treeview), where a process can have multiple activities, but a activity can't have processes as child.

I hope you can help me.

Regards
Zeus_developer
Top achievements
Rank 1
 answered on 22 May 2012
5 answers
561 views
The project I am working on has nested web.config files and I have wrapped the httpHandlers in <location path="." inheritInChildApplications="false">. This throws the error:
['~/Telerik.Web.UI.WebResource.axd' is missing in web.config. RadStyleSheetManager requires a HttpHandler registration in web.config.]

When I remove the "location" tag everything works as expected.

Is there a work-around to fix this issue?

The project is using dotnetnuke professional and uses the telerik controls specifically for dotnetnuke.
Brett
Top achievements
Rank 1
 answered on 22 May 2012
3 answers
62 views
Hi Telerik Team,
                     I have a design Problem with Telerik Rad Combo Box. It over flows on other controls. It appears as shown below



Please help me in fixing this.

Thanks
Aravind
Ivana
Telerik team
 answered on 22 May 2012
2 answers
97 views
Hi

I have a table of data the first 2 columns are Manufacturer and model as varchars.

ie
Manufacturer    Model
Man 1                Mod1
Man 1                Mod 2
Man 1                Mod 3
Man 2                Mod 4
Man 3                Mod 5

Can this be bound such that the top level of the tree shows
Man 1
Man 2
Man 3

And expaned to show the models.

I get an error saying 'This constraint cannort be enabled as not all values have a corresponding parent.
Andy
Andy Green
Top achievements
Rank 2
 answered on 22 May 2012
1 answer
231 views
Hello,

I am assigning a radcombobox's datasource property a List(of Person) and then databinding it.  I have the Autopost property set to true so when a selection is made it will post back.  Unfortunately, the radcombobox's datasource property is nothing when the postback occurs.  Is there something I need to do to keep the datasource from being left to nothing?  Since I can't attach a zip file I am providing code snippets.
Imports Telerik.Web.UI
Imports System.Linq
 
Partial Class _Default
    Inherits System.Web.UI.Page
 
    Private Sub Page_Load(sender As Object, e As System.EventArgs) Handles Me.Load
 
        If Not Page.IsPostBack Then
            Dim people = {New Person With {.Name = "Craig", .UserId = "Wil1"}, New Person With {.Name = "Kaitlyn", .UserId = "Wil2"}, New Person With {.Name = "Ben", .UserId = "Wil3"}}.ToList
 
            radCbo.DataTextField = "Name" : radCbo.DataValueField = "UserId"
            radCbo.DataSource = people
            radCbo.DataBind()
        End If
 
    End Sub
 
    Private Sub radCbo_SelectedIndexChanged(sender As Object, e As Telerik.Web.UI.RadComboBoxSelectedIndexChangedEventArgs) Handles radCbo.SelectedIndexChanged
        Dim ds = radCbo.DataSource
        Dim i = radCbo.SelectedItem.DataItem
    End Sub
End Class
 
 
Public Class Person
    Public Property Name As String
    Public Property UserId As String
End Class

<%@ Page Language="VB" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="RadControlsWebAppComboTest._Default" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<head runat="server">
    <title></title>
    <telerik:RadStyleSheetManager id="RadStyleSheetManager1" runat="server" />
</head>
<body>
    <form id="form1" runat="server">
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
        <Scripts>
            <%--Needed for JavaScript IntelliSense in VS2010--%>
            <%--For VS2008 replace RadScriptManager with ScriptManager--%>
            <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" />
        </Scripts>
    </telerik:RadScriptManager>
    <script type="text/javascript">
        //Put your JavaScript code here.
    </script>
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
    </telerik:RadAjaxManager>
    <div>
    <telerik:RadComboBox runat="server" ID="radCbo" AutoPostBack="true" EnableViewState="true"></telerik:RadComboBox>
    </div>
    </form>
</body>
</html>
Ivana
Telerik team
 answered on 22 May 2012
1 answer
73 views
Hi,

How to apply alternating row color using FormDecorator? I am using asp.net gridview with FormDecorator.

Thanks
Niko
Telerik team
 answered on 22 May 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?